Age | Commit message (Expand) | Author |
2004-03-24 | From the how many ways can you screw up replacing one line of code | Jason Wright |
2004-03-24 | Disable net.inet.carp.log by default. | Ryan Thomas McBride |
2004-03-23 | use absolute value like rev 1.1 did; pointed out by tom and ok deraadt. | Jason Wright |
2004-03-23 | gcc3 doesn't align things the same as gcc2. Casting upwards is dangerous | Jason Wright |
2004-03-23 | .Xr ftok 3; from tedu@ | Jason McIntyre |
2004-03-16 | Document correct limit to path names lengths. Resolves PR 3716. | Otto Moerbeek |
2004-03-16 | errno should only be gotten from <errno.h>. ok help jmc@ | Ted Unangst |
2004-03-14 | remove some weirdness; | Jason McIntyre |
2004-03-11 | Document that a NULL status pointer is allowed. OK deraadt@ | Todd C. Miller |
2004-03-11 | Document RB_USERREQ | Tom Cosgrove |
2004-03-09 | A better description of the machine-dependent PT commands. | Miod Vallat |
2004-03-05 | don't leak memory. free and netbsd via Patrick Latifi | Ted Unangst |
2004-03-02 | bpf sysctl. ok jmc | Ted Unangst |
2004-03-02 | fix formatting, Pedro Martelletto | Ted Unangst |
2004-03-02 | fix typo; fgsch@ | Todd C. Miller |
2004-03-02 | document net.inet.tcp.reasslimit | Markus Friedl |
2004-03-02 | Better wording for the longjmp(X, 0) case. OK otto@, deraadt@ | Todd C. Miller |
2004-03-01 | do not recommend a format string error..; pbastos@rdc.puc-rio.br | Theo de Raadt |
2004-03-01 | Be explicit about the return value of setjmp() when longjmp(..., 0) is called. | Otto Moerbeek |
2004-03-01 | longjmp should not return 0, if longjmp(..., 0) is invoked return 1. | Dale Rahn |
2004-03-01 | fix weak aliases for _thread_sys functions, proper libpthead linking. | Dale Rahn |
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-19 | Sanity fix. | Thierry Deval |
2004-02-18 | errno is int, not long; tracked down by otto@ | Miod Vallat |
2004-02-16 | remove redundant code, u_int8_t cannot be > 0xff | Otto Moerbeek |
2004-02-16 | Remove WARN_REFERENCES incorrectly imported from NetBSD. ok miod@ | Dale Rahn |
2004-02-13 | death to osigaltstack. ok deraadt@ | Ted Unangst |
2004-02-12 | Update from netbsd, prodded by miod@ | Dale Rahn |
2004-02-11 | sort sysctls; | Jason McIntyre |
2004-02-11 | correct syscall() stub; fixes perl and vi.recover | Theo de Raadt |
2004-02-11 | amd64 would use negative stack direction, if it used this file; millert ok | Theo de Raadt |
2004-02-10 | It's a PTY, not a PYT and KERN_TTY_NPTYS is not changeable. | Todd C. Miller |
2004-02-10 | Document KERN_TTY_INFO, KERN_TTY_MAXPTYS and KERN_TTY_NPTYS sysctls. | Todd C. Miller |
2004-02-10 | kill memory.3; | Jason McIntyre |
2004-02-10 | improve Nd; from millert@ | Jason McIntyre |
2004-02-10 | add MLINKS for 64-bit functions in byteorder(3); | Jason McIntyre |
2004-02-10 | Fix PIC cerror. ok miod@ mickey@ | Dale Rahn |
2004-02-10 | make Nm match Dt; | Jason McIntyre |
2004-02-10 | make Nm match Dt; | Jason McIntyre |
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-09 | make Nm match Dt; found by pb@ | Jason McIntyre |
2004-02-09 | punctuate variable; okay jmc@. | Marc Espie |
2004-02-08 | FD_SETSIZE has been cranked up to 1024 | Otto Moerbeek |
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 |