| Commit message (Expand) | Author | Age | Files | Lines |
* | dumpmag is 'u_long dumpmag' in the kernel, not 'int'. If this worked on | peter | 2001-06-09 | 1 | -4/+6 |
* | Xref dladdr(3). | dd | 2001-06-08 | 1 | -0/+1 |
* | Switch to the user's uid before attempting to unlink the auth forwarding | green | 2001-06-08 | 4 | -25/+45 |
* | Fix a "this sentence no verb" grammar bogon. | schweikh | 2001-06-08 | 1 | -1/+1 |
* | New release notes: OLDCARD PCI support, savecore(8) 2GB RAM fix, | bmah | 2001-06-08 | 3 | -24/+66 |
* | MFS: Apply edits from 4-STABLE errata file to -CURRENT. Also add some | bmah | 2001-06-08 | 2 | -40/+92 |
* | Go ahead and request 0x44000000 through 0xfffffff instead of just | imp | 2001-06-08 | 1 | -1/+1 |
* | Always print at least 2 bytes for IN_CLASSB_NET networks. | ru | 2001-06-08 | 1 | -10/+29 |
* | Forced commit: | bmah | 2001-06-08 | 0 | -0/+0 |
* | Sync up to v 1.9 of NetBSD's db_trace.c to get access to the | gallatin | 2001-06-08 | 3 | -72/+328 |
* | When changing an indirect route, kernel routing code allocates | ru | 2001-06-08 | 2 | -2/+11 |
* | Catch up to csareg.h rev 1.3. | tanimura | 2001-06-08 | 1 | -4/+7 |
* | The date for Australia day in | phk | 2001-06-08 | 1 | -1/+1 |
* | Add support for yet another Promise ATA100 variant | sos | 2001-06-08 | 2 | -8/+13 |
* | Change the host/bits syntax introduced in route.c,v 1.24 to the | ru | 2001-06-08 | 2 | -9/+8 |
* | The TI-1031 is more like the TI-113x chips rather than the 12xx or | imp | 2001-06-08 | 1 | -2/+3 |
* | "Fix" the previous initial attempt at fixing TUNABLE_INT(). This time | peter | 2001-06-08 | 14 | -33/+72 |
* | Correct a typo. | dd | 2001-06-08 | 1 | -1/+1 |
* | Remove xref to blackhole(4). sysctl has nothing to do with | dd | 2001-06-08 | 1 | -1/+0 |
* | 'int dumpsize; /* memory size in bytes */' is not good for machines | peter | 2001-06-08 | 1 | -3/+5 |
* | Add Alpha User's Q&A section to the installation guide. | bmah | 2001-06-07 | 2 | -6/+140 |
* | cleanup to get rid of most warnings on alpha | tomsoft | 2001-06-07 | 3 | -134/+152 |
* | enable vchan building | cg | 2001-06-07 | 2 | -2/+2 |
* | enable vchan compilation | cg | 2001-06-07 | 1 | -1/+2 |
* | lock sound device when adding/removing channels | cg | 2001-06-07 | 4 | -20/+102 |
* | Fix the number of bytes allocated by realloc when more space is needed | ghelmer | 2001-06-07 | 1 | -1/+1 |
* | Create curs_termcap.3 --> termcap.3 MLINK, so many manpages in our tree that | sobomax | 2001-06-07 | 2 | -6/+8 |
* | Correct cross-reference: | sobomax | 2001-06-07 | 10 | -32/+32 |
* | s/format/byte order/ (for clarity). | ru | 2001-06-07 | 1 | -1/+1 |
* | add new directories for XFree86-4.1.0. | sf | 2001-06-07 | 1 | -0/+6 |
* | Add 'df' string to gettytab - the strftime(3) format for %d | yar | 2001-06-07 | 4 | -5/+9 |
* | - Exit 1 if "add", "change", or "delete" operation fails. | ru | 2001-06-07 | 2 | -10/+12 |
* | - Renamed the ``proxy'' modifier of the -d flag to ``pub'', | ru | 2001-06-07 | 2 | -27/+53 |
* | Fix bug introduced by myself that often resulted in a session having | markm | 2001-06-07 | 1 | -9/+8 |
* | Clean up the PAM lib lists. Particularly relevant to the KRB5 case. | markm | 2001-06-07 | 1 | -6/+6 |
* | master.passwd(5) -> passwd(5). | ru | 2001-06-07 | 1 | -0/+1 |
* | Quiet the READ_TOC errors that can appear on empty CDR's. | sos | 2001-06-07 | 1 | -2/+2 |
* | In the "Message from Talk_Daemon" announcement, print the date as well | dd | 2001-06-07 | 1 | -2/+4 |
* | Null terminate buffer. | jlemon | 2001-06-07 | 1 | -1/+2 |
* | Move IPFilter into contrib. | jlemon | 2001-06-07 | 20 | -14535/+0 |
* | Fix previous commit which inadverdently deleted a section. | jlemon | 2001-06-07 | 1 | -0/+5 |
* | Relocate IPFilter from sys/netinet to sys/contrib/ipfilter. | jlemon | 2001-06-07 | 8 | -13/+31 |
* | Back out part of my previous commit. This was a last minute change | peter | 2001-06-07 | 13 | -21/+21 |
* | Silence the remaining warnings and clamp down with WARNS=2. | dd | 2001-06-07 | 2 | -4/+6 |
* | urandom(4) -> random(4) in comments. | dd | 2001-06-07 | 2 | -2/+2 |
* | urandom(4) -> random(4) | dd | 2001-06-07 | 2 | -4/+4 |
* | Call vn_close on the backing file vnode if ufs_extattr_enable failed to | tmm | 2001-06-07 | 1 | -1/+4 |
* | Don't allow the user to change the subject; instead, always generate | dd | 2001-06-07 | 1 | -10/+19 |
* | Fix an instance of NDINIT in the extattrctl syscall: LOCKLEAF was or'ed | tmm | 2001-06-06 | 2 | -2/+2 |
* | Add PnP IDs for AHA-1530 and AHA-1520 cards. | imp | 2001-06-06 | 1 | -1/+7 |