Age | Commit message (Expand) | Author |
2007-05-15 | fix some lint 'xxx used, but not defined' warnings by properly adding | Otto Moerbeek |
2006-05-09 | The int (32bit) argument must be sign extended on the 64 bit amd64 before | Dale Rahn |
2005-12-13 | Remove the advertising clause in the UCB license which Berkeley | Jonathan Gray |
2005-11-29 | if we pull in a .S file, we must fake out the lint with a .c file | Theo de Raadt |
2005-08-07 | zap rcsid. | Marc Espie |
2005-06-29 | cleanup KMSRC (copy to libkern) list from nonexistant srcs; also noticed befo... | Michael Shalayeff |
2005-02-01 | Replace broken frexp() with a working one from FreeBSD. There's | Todd C. Miller |
2004-07-13 | Sync with NetBSD, picking up fixes to correctly reset status bits returning | Mark Kettenis |
2004-02-27 | change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many | Theo de Raadt |
2004-02-22 | Define OSYSCALL* macros, as their SYSCALL* counterparts, but using the | Miod Vallat |
2004-02-18 | errno is int, not long; tracked down by otto@ | Miod Vallat |
2004-02-11 | correct syscall() stub; fixes perl and vi.recover | Theo de Raadt |
2004-02-10 | Fix PIC cerror. ok miod@ mickey@ | Dale Rahn |
2004-02-10 | CURBRK -> __curbrk changes from mickey, minbrk addition by me, ok mickey@ | Dale Rahn |
2004-02-10 | correct function names, ok deraadt@ | Dale Rahn |
2004-02-09 | masks are only 32 bits on openbsd | Theo de Raadt |
2004-02-09 | do signal blocking before saving registers | Theo de Raadt |
2004-02-08 | 16 byte align for performance, as on other architectures | Theo de Raadt |
2004-02-08 | from freebsd, helps awk too: | Theo de Raadt |
2004-02-08 | from freebsd (and appears to make our awk work better) | Theo de Raadt |
2004-02-06 | make old & new SYSENTRY macros | Theo de Raadt |
2004-01-28 | things for amd64; from art@ | Michael Shalayeff |