Age | Commit message (Expand) | Author |
2004-03-21 | siop(4), not ncr(4) anymore. | Miod Vallat |
2004-03-21 | fix udp checksum verification if ip options are present; | Markus Friedl |
2004-03-21 | More verbiage. ok jmc@, krw@ & deraadt@ | Marco Peereboom |
2004-03-21 | wording from Andre Lucas (PR 3723); | Jason McIntyre |
2004-03-21 | don't leak the stack on -R; ok deraadt@ | Markus Friedl |
2004-03-21 | Sync hardware support with the code, and minor nits. | Miod Vallat |
2004-03-21 | Improve layout. | Miod Vallat |
2004-03-21 | Homogeneize config lines for pseudo-devices, and do not put fixed values. | Miod Vallat |
2004-03-21 | More .Xr | Miod Vallat |
2004-03-21 | dhclient on bsd.rd & cd*.iso | Theo de Raadt |
2004-03-21 | i386 -> amd64. Ok miod@, deraadt@, tom@. | Matthieu Herrb |
2004-03-21 | /dev/ksyms masquerades as a native executable, not necessarily a.out. | Miod Vallat |
2004-03-21 | Directions on how to enter openfirmware on Xserve from Simon Lok. ok jmc@ | Dale Rahn |
2004-03-21 | CPU_LONGRUN is gone. repair kern.emul.nemuls, strcmp on right string | Ted Unangst |
2004-03-20 | spelling fix; ok dhartmei@ henning@ deraadt@ | David Krause |
2004-03-20 | comment spelling fixes; ok henning@ | David Krause |
2004-03-20 | new .br mirror (sync with rev 1.266 of www/ftp.html) | David Krause |
2004-03-20 | Better layout, and mention that the kernel prefers de(4) to dc(4) on alpha, | Miod Vallat |
2004-03-20 | Don't explicitely mention these drivers are ``still under developement''. | Miod Vallat |
2004-03-20 | Clarify which devices will get recognized as ``cd'' devices. | Miod Vallat |
2004-03-20 | Use .Pa in FILES section. | Miod Vallat |
2004-03-20 | no need for biosboot in snap | Theo de Raadt |
2004-03-20 | Sync supported hardware list with the code. | Miod Vallat |
2004-03-20 | one proc.h is sufficient | Ted Unangst |
2004-03-20 | It's not ich anymore. Really. | Miod Vallat |
2004-03-20 | add the rest of the oosiop machines for timeout programming except for /99s w... | Michael Shalayeff |
2004-03-20 | Remove more ISA/EISA devices, and comment out PCMCIA/Cardbus hardware. | Miod Vallat |
2004-03-20 | Sets size updates. | Miod Vallat |
2004-03-20 | add support for the lebuffer sbus le units | Theo de Raadt |
2004-03-20 | Unbreak routing change handling for state changes; count addresses differently | Ryan Thomas McBride |
2004-03-20 | 3.8.1 | Markus Friedl |
2004-03-20 | make pfctl -s osfp work and remove -o option from manpage; ok deraadt@ | David Krause |
2004-03-20 | update OpenBSD fingerprint details to include 3.5 also; ok deraadt@ | David Krause |
2004-03-20 | If we are going to make a boot cd, how about we at put some files on it | Theo de Raadt |
2004-03-20 | Fix bad errno check. deraadt@ ok | Aaron Campbell |
2004-03-20 | Remove errant ';' at end of if() statement that was causing pre-mature | Aaron Campbell |
2004-03-20 | Implement firmware download. | Kenneth R Westerback |
2004-03-19 | Use __LP64__ to check for 64-bit systems. | Miod Vallat |
2004-03-19 | Off-by-ones, requests for (x * PAGE_SIZE) + 1 bytes would not allocate the | Miod Vallat |
2004-03-19 | Pass SIGINT to child. Noticed by mpech@, ok jakob@ | Can Erkin Acar |
2004-03-19 | Disable caller-save (which is enabled at -O2 or -Os) as it suffers from a | Miod Vallat |
2004-03-19 | check for CLOCAL flag in right variable; from sq@oganer.net | Theo de Raadt |
2004-03-19 | put pxeboot into DESTDIR/snapshot too | Theo de Raadt |
2004-03-19 | sync | Theo de Raadt |
2004-03-19 | Stricter file permissions upon install. | Miod Vallat |
2004-03-19 | Tidy up the man page | Tom Cosgrove |
2004-03-19 | Fix bad indentation that creates the illusion that there's a bug here. tedu@, | Aaron Campbell |
2004-03-19 | Add missing bits to make already present privsep code work. Enable privsep. | Hans-Joerg Hoexer |
2004-03-19 | Enter pxeboot, derived from the NetBSD implementation. Initially | Tom Cosgrove |
2004-03-19 | Fix memory leak in error path. Found by Patrick Latifi. OK henning@ | Claudio Jeker |