aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix one genuine bug and a potential one:Luigi Rizzo2002-03-101-2/+2
* Free allocated buffer at siodetach().Yoshihiro Takahashi2002-03-102-0/+8
* o Add INET_ADDRSTRLEN and INET6_ADDRSTRLEN defines to <arpa/inet.h>Mike Barcroft2002-03-103-2/+18
* MFi386: revision 1.501Yoshihiro Takahashi2002-03-102-2/+2
* Spell-check and fix some other typos.Bruce A. Mah2002-03-101-6/+6
* Condition the compilation of trapwrite() on I386_CPU.Alan Cox2002-03-102-0/+8
* Add sparc64 ifdefs.Jake Burkholder2002-03-101-0/+3
* Make this build on sparc64.Jake Burkholder2002-03-103-0/+60
* Increase VM_KMEM_SIZE to 16 megs from 12. Define VM_KMEM_SIZE_SCALE so thatJake Burkholder2002-03-091-1/+10
* Remove __PAlfred Perlstein2002-03-091-6/+6
* Add a driver for the mem and kmem devices, based off the i386 version.Thomas Moestl2002-03-092-0/+245
* Change back to using vfork() now that execvp() is vfork()-safe. If execvp()Dag-Erling Smørgrav2002-03-091-7/+10
* Don't deref NULL mutex pointer when pipeclose()'ing a pipe that is notAlfred Perlstein2002-03-091-30/+51
* Set the interrupt map type accordingly if we need to fall back to usingThomas Moestl2002-03-091-0/+1
* Fix a warning by adding a missing include.Thomas Moestl2002-03-091-0/+1
* Set the busmaster enable bit in the PCI command register, as the firmwareThomas Moestl2002-03-091-0/+9
* Fix some bugs in the handling of the case of not enough tx descriptorsThomas Moestl2002-03-091-12/+14
* Couple minor updates.Jake Burkholder2002-03-091-9/+7
* o Don't require long long support in bswap64() functions.Mike Barcroft2002-03-099-100/+189
* Forgot to update the date.Luigi Rizzo2002-03-091-1/+1
* Lots of updates on the install process, detailing how toLuigi Rizzo2002-03-091-17/+271
* Delete "notyet" code before it becomes "ohh no" code.Poul-Henning Kamp2002-03-091-8/+0
* Adding Network Protocols section translationSebastien Gioria2002-03-091-1/+157
* apropos(1) manual page doesn't tell that keyword can be regular expressionWolfram Schneider2002-03-091-0/+4
* Hide the DIOCGPART ioctl from userland where it has no decent use.Poul-Henning Kamp2002-03-093-0/+12
* Remove host.conf, and introduce a way to override the contentLuigi Rizzo2002-03-093-6/+16
* More markup fixes, wordsmithing. It's not quite yet ready forBruce A. Mah2002-03-092-66/+116
* Revert change in revision 1.53 and add a small comment to protectTor Egge2002-03-091-0/+12
* Off by one error in checking max file name length.Wolfram Schneider2002-03-091-1/+1
* after joerg's recent merge of i4b's isppcontrol to the main spppcontrol,Hellmuth Michaelis2002-03-093-565/+0
* after joerg's recent merge of i4b's sppp with the main sppp, removeHellmuth Michaelis2002-03-091-253/+0
* remove BSD/OS specific ppp-interface file since the FreeBSD-BSD/OS mergerHellmuth Michaelis2002-03-091-562/+0
* After joergs merge of i4b's sppp with the main sppp, remove obsolete file.Hellmuth Michaelis2002-03-091-4687/+0
* If syslog fails to talk to syslogd, then it tries to write a messageDavid Malone2002-03-091-4/+4
* Nuke abandoned configuration.Luigi Rizzo2002-03-0942-1602/+0
* Make this fit again into a 1.44 floppy.Luigi Rizzo2002-03-093-10/+10
* Enable DEVICE_POLLING in LINT now that it is safe to compile it there.Luigi Rizzo2002-03-092-4/+2
* Make the DEVICE_POLLING code compile with -Werror and in LINTLuigi Rizzo2002-03-092-2/+8
* Correct a typo.Dima Dorfman2002-03-091-1/+1
* This API will appear in FreeBSD 4.6.Dima Dorfman2002-03-091-1/+1
* In the words of the submitter:Dima Dorfman2002-03-091-1/+1
* Assorted mechanical fixes.Dima Dorfman2002-03-093-4/+4
* The -a switch didn't cause send-pr to attach the specified file if theDima Dorfman2002-03-091-0/+1
* Bring a comment in line with the code, and fix some spelling errorsDima Dorfman2002-03-091-4/+3
* When reporting that a line is too long, include the line number in theDima Dorfman2002-03-091-1/+5
* Fix build. I commented out getpass() in readpassphrase.c because theBrian Feldman2002-03-091-3/+3
* Fix SA-02:13 release note item (missing text).Bruce A. Mah2002-03-092-2/+6
* New/changed release notes: OpenPAM has replaced Linux-PAM.Bruce A. Mah2002-03-092-24/+20
* New release notes: wi(4) Prism II/2.5 support + WEP fixes (+ MFC),Bruce A. Mah2002-03-082-2/+42
* Even more Highpoint RAID support.Søren Schmidt2002-03-085-111/+117