summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/amd64/sys (follow)
Commit message (Collapse)AuthorAgeFilesLines
* The int (32bit) argument must be sign extended on the 64 bit amd64 beforedrahn2006-05-091-3/+5
| | | | the add. ok miod@, toby@. olrite mickey@
* Remove the advertising clause in the UCB license which Berkeleyjsg2005-12-1311-66/+22
| | | | | rescinded 22 July 1999. Checked by ian@ and deraadt@
* Define OSYSCALL* macros, as their SYSCALL* counterparts, but using themiod2004-02-221-2/+2
| | | | | | | | | int 0x80 mechanism; and use OSYSCALL for sigreturn() as done in the sigcode. Naming borrowed from NetBSD. ok deraadt@
* errno is int, not long; tracked down by otto@miod2004-02-181-4/+4
| | | | ok deraadt@
* correct syscall() stub; fixes perl and vi.recoverderaadt2004-02-111-2/+3
|
* Fix PIC cerror. ok miod@ mickey@drahn2004-02-101-2/+3
|
* CURBRK -> __curbrk changes from mickey, minbrk addition by me, ok mickey@drahn2004-02-102-12/+14
|
* masks are only 32 bits on openbsdderaadt2004-02-091-2/+2
|
* things for amd64; from art@mickey2004-01-2812-0/+735