Deze aanbieding is verkocht op vr, 10 mei om 3:16 AM.
Hebt u iets om te verkopen?

Linux System Programming : Talking Directly to the Kernel and C Library by...

Objectstaat:
Heel goed
Verkocht voor:
US $5,99
OngeveerEUR 5,61
Verzendkosten:
US $4,87 (ongeveer EUR 4,56) Voordelige verzending. Details bekijkenvoor verzending
Bevindt zich in: Punta Gorda, Florida, Verenigde Staten
Levering:
Geschatte levering tussen do, 27 jun en ma, 1 jul tot 43230
De levertijd wordt geschat met onze eigen methode op basis van onder meer de nabijheid van de koper ten opzichte van de objectlocatie, de geselecteerde verzendservice, en de verzendgeschiedenis van de verkoper. De leveringstermijnen kunnen variëren, vooral gedurende piekperiodes.
Retourbeleid:
Betalingen:
     

Winkel met vertrouwen

Geld-terug-garantie van eBay
Ontvang het object dat u hebt besteld of krijg uw geld terug. 

Verkopergegevens

Geregistreerd als particuliere verkoper, dus de consumentenrechten die voortvloeien uit de EU-wetgeving inzake consumentenbescherming zijn niet van toepassing. De geld-terug-garantie van eBay geldt nog steeds voor de meeste aankopen.
De verkoper neemt de volledige verantwoordelijkheid voor deze aanbieding.
eBay-objectnummer:166711296996

10% van de verkoop van dit object komt ten goede aan Charlotte County Habitat for Humanity

Seeking to put God's love into action, Habitat for Humanity brings people together to build homes, communities and hope. Since 1987, Charlotte County Habitat has helped over 540 Charlotte County ...
  • Officiële aanbieding van eBay for Charity Meer weten?
  • Deze verkoop is ten voordele van een goedgekeurde non-profitorganisatie.

Specificaties

Objectstaat
Heel goed: Een boek dat er niet als nieuw uitziet en is gelezen, maar zich in uitstekende staat ...
ISBN
9780596009588
Subject Area
Computers
Publication Name
Linux System Programming : Talking Directly to the Kernel and C Library
Publisher
O'reilly Media, Incorporated
Item Length
9.2 in
Subject
Operating Systems / Linux, Operating Systems / General, General
Publication Year
2007
Type
Textbook
Format
Perfect
Language
English
Item Height
1 in
Author
Robert Love
Item Weight
22 Oz
Item Width
7 in
Number of Pages
392 Pages

Over dit product

Product Information

Helps in writing software that makes an effective use of the system you're running on - code that interfaces directly with the kernel and core system libraries, including the shell, text editor, compiler, debugger, core utilities, and system daemons. This book helps you understand core internals for better code.

Product Identifiers

Publisher
O'reilly Media, Incorporated
ISBN-10
0596009585
ISBN-13
9780596009588
eBay Product ID (ePID)
57028680

Product Key Features

Number of Pages
392 Pages
Language
English
Publication Name
Linux System Programming : Talking Directly to the Kernel and C Library
Publication Year
2007
Subject
Operating Systems / Linux, Operating Systems / General, General
Type
Textbook
Subject Area
Computers
Author
Robert Love
Format
Perfect

Dimensions

Item Height
1 in
Item Weight
22 Oz
Item Length
9.2 in
Item Width
7 in

Additional Product Features

Dewey Edition
23
Target Audience
Scholarly & Professional
Illustrated
Yes
Dewey Decimal
005.432
Lc Classification Number
Qa76.76.O63
Table of Content
Foreword;Preface; Audience and Assumptions; Contents of This Book; Versions Covered in This Book; Conventions Used in This Book; Safari® Books Online; Using Code Examples; How to Contact Us; Acknowledgments;Chapter 1: Introduction and Essential Concepts; 1.1 System Programming; 1.2 APIs and ABIs; 1.3 Standards; 1.4 Concepts of Linux Programming; 1.5 Getting Started with System Programming;Chapter 2: File I/O; 2.1 Opening Files; 2.2 Reading via read( ); 2.3 Writing with write( ); 2.4 Synchronized I/O; 2.5 Direct I/O; 2.6 Closing Files; 2.7 Seeking with lseek( ); 2.8 Positional Reads and Writes; 2.9 Truncating Files; 2.10 Multiplexed I/O; 2.11 Kernel Internals; 2.12 Conclusion;Chapter 3: Buffered I/O; 3.1 User-Buffered I/O; 3.2 Standard I/O; 3.3 Opening Files; 3.4 Opening a Stream via File Descriptor; 3.5 Closing Streams; 3.6 Reading from a Stream; 3.7 Writing to a Stream; 3.8 Sample Program Using Buffered I/O; 3.9 Seeking a Stream; 3.10 Flushing a Stream; 3.11 Errors and End-of-File; 3.12 Obtaining the Associated File Descriptor; 3.13 Controlling the Buffering; 3.14 Thread Safety; 3.15 Critiques of Standard I/O; 3.16 Conclusion;Chapter 4: Advanced File I/O; 4.1 Scatter/Gather I/O; 4.2 The Event Poll Interface; 4.3 Mapping Files into Memory; 4.4 Advice for Normal File I/O; 4.5 Synchronized, Synchronous, and Asynchronous Operations; 4.6 I/O Schedulers and I/O Performance; 4.7 Conclusion;Chapter 5: Process Management; 5.1 The Process ID; 5.2 Running a New Process; 5.3 Terminating a Process; 5.4 Waiting for Terminated Child Processes; 5.5 Users and Groups; 5.6 Sessions and Process Groups; 5.7 Daemons; 5.8 Conclusion;Chapter 6: Advanced Process Management; 6.1 Process Scheduling; 6.2 Yielding the Processor; 6.3 Process Priorities; 6.4 Processor Affinity; 6.5 Real-Time Systems; 6.6 Resource Limits;Chapter 7: File and Directory Management; 7.1 Files and Their Metadata; 7.2 Directories; 7.3 Links; 7.4 Copying and Moving Files; 7.5 Device Nodes; 7.6 Out-of-Band Communication; 7.7 Monitoring File Events;Chapter 8: Memory Management; 8.1 The Process Address Space; 8.2 Allocating Dynamic Memory; 8.3 Managing the Data Segment; 8.4 Anonymous Memory Mappings; 8.5 Advanced Memory Allocation; 8.6 Debugging Memory Allocations; 8.7 Stack-Based Allocations; 8.8 Choosing a Memory Allocation Mechanism; 8.9 Manipulating Memory; 8.10 Locking Memory; 8.11 Opportunistic Allocation;Chapter 9: Signals; 9.1 Signal Concepts; 9.2 Basic Signal Management; 9.3 Sending a Signal; 9.4 Reentrancy; 9.5 Signal Sets; 9.6 Blocking Signals; 9.7 Advanced Signal Management; 9.8 Sending a Signal with a Payload; 9.9 Conclusion;Chapter 10: Time; 10.1 Time's Data Structures; 10.2 POSIX Clocks; 10.3 Getting the Current Time of Day; 10.4 Setting the Current Time of Day; 10.5 Playing with Time; 10.6 Tuning the System Clock; 10.7 Sleeping and Waiting; 10.8 Timers;GCC Extensions to the C Language; GNU C; Inline Functions; Suppressing Inlining; Pure Functions; Constant Functions; Functions That Do Not Return; Functions That Allocate Memory; Forcing Callers to Check the Return Value; Marking Functions As Deprecated; Marking Functions As Used; Marking Functions or Parameters As Unused; Packing a Structure; Increasing the Alignment of a Variable; Placing Global Variables in a Register; Branch Annotation; Getting the Type of an Expression; Getting the Alignment of a Type; The Offset of a Member Within a Structure; Obtaining the Return Address of a Function; Case Ranges; Void and Function Pointer Arithmetic; More Portable and More Beautiful in One Fell Swoop;Bibliography;Colophon;
Copyright Date
2007

Objectbeschrijving van de verkoper

treasurefinds22

treasurefinds22

100% positieve feedback
894 objecten verkocht
Reageert meestal binnen 24 uur

Gedetailleerde verkopersbeoordelingen

Gemiddelde van de afgelopen 12 maanden

Nauwkeurige beschrijving
4.9
Redelijke verzendkosten
4.9
Verzendtijd
5.0
Communicatie
5.0
Geregistreerd als particuliere verkoper
Dus de consumentenrechten die voortvloeien uit EU-wetgeving voor consumentenbescherming zijn niet van toepassing. eBay-kopersbescherming geldt nog steeds voor de meeste aankopen.

Feedback verkoper (180)

e***l (18)- Feedback gegeven door koper.
Afgelopen maand
Geverifieerde aankoop
Received book sooner than expected. I was able to start reading and prepare for my new position. Awesome and Thanks for the above average service!
Alle feedback weergeven