| Commit message (Expand) | Author | Age | Files | Lines |
* | Small style tweaks to some members of struct session and sigio to be more | jhb | 2003-05-01 | 1 | -5/+5 |
* | Initialize and destroy the struct proc mutex in the proc zone's init and | jhb | 2003-05-01 | 3 | -5/+6 |
* | Style. | ru | 2003-05-01 | 1 | -2/+3 |
* | Plug some memory-leaks. | phk | 2003-05-01 | 1 | -2/+7 |
* | For the time being, upgrade the whole Groff (to version 1.19), | ru | 2003-05-01 | 1 | -1/+1 |
* | Restore local changes accidentally lost in the last import. | jhb | 2003-05-01 | 6 | -6/+54 |
* | Fixed the MLINKS assignment style. | ru | 2003-05-01 | 1 | -1/+1 |
* | Remove the now obsolete geomidorname hack. | phk | 2003-05-01 | 2 | -107/+0 |
* | Use the .Dl macro. | trhodes | 2003-05-01 | 1 | -1/+1 |
* | De-Kerberise (KerberosIV). KerberosIV is no longer present, and | markm | 2003-05-01 | 7 | -77/+4 |
* | Fix a printf warning from the recent CAM changes. | jhb | 2003-05-01 | 1 | -2/+2 |
* | Add a new flag, EV_CANCELED, and use it to make g_waitfor_event() return | phk | 2003-05-01 | 1 | -1/+5 |
* | Do not attempt to build chkey(1) and newkey(8) if NOSECURE is defined. | ru | 2003-05-01 | 1 | -1/+2 |
* | Build non-crypto telnet(1) and telnetd(8) if NO_OPENSSL is defined. | ru | 2003-05-01 | 3 | -3/+3 |
* | When events on a reference is cancelled, check our doorstep first, | phk | 2003-05-01 | 1 | -0/+7 |
* | Add SATA Promise controllers to ata(4) section. | bmah | 2003-05-01 | 2 | -2/+8 |
* | New release notes: ata(4) support for Promise SATA devices, CAM | bmah | 2003-05-01 | 2 | -6/+52 |
* | State the fact that the range is twice the traditional RAND_MAX. | trhodes | 2003-05-01 | 1 | -1/+16 |
* | Back out the `hiding' of strlcpy and strlcat. Several people | nectar | 2003-05-01 | 20 | -71/+51 |
* | Catch up to reworked debugging levels in latest Intel import. | jhb | 2003-05-01 | 1 | -5/+4 |
* | fnet(9) claims that "those interfaces supporting reception of multicast | trhodes | 2003-05-01 | 1 | -1/+1 |
* | Remove now unneeded special case for "geom.ctl". | phk | 2003-05-01 | 1 | -2/+0 |
* | This commit was generated by cvs2svn to compensate for changes in r114438, | des | 2003-05-01 | 1 | -3/+4 |
|\ |
|
| * | Initialize variables (perforce change #30310) | des | 2003-05-01 | 1 | -3/+4 |
* | | This commit was generated by cvs2svn to compensate for changes in r114436, | des | 2003-05-01 | 1 | -3/+5 |
|\ \
| |/ |
|
| * | Initialize dlh (perforce change #30312) | des | 2003-05-01 | 1 | -3/+5 |
* | | Garbage collect unused TDF_INMSLEEP flag. | jhb | 2003-05-01 | 2 | -2/+0 |
* | | Instead of recording the Unix time in a process when it starts, record the | des | 2003-05-01 | 7 | -11/+15 |
* | | Quiet warnings about copyright[]. | obrien | 2003-05-01 | 24 | -44/+47 |
* | | Fix lock order reversal when opening device and chn_reset fails. | orion | 2003-05-01 | 1 | -5/+4 |
* | | xtend rc.conf variables are gone. | imp | 2003-05-01 | 1 | -16/+0 |
* | | Convert the i386 alloca(3) to the x86-64 ISA. | obrien | 2003-05-01 | 1 | -0/+53 |
* | | Use C99-style varadic macros instead of the non-standard gcc syntax. | des | 2003-05-01 | 1 | -5/+5 |
* | | New release notes: ACPI-CA 20030228, groff 1.19, tzdata2003a. | bmah | 2003-05-01 | 2 | -0/+20 |
* | | Remove RCSID from files which have no other diffs to the vendor branch. | des | 2003-05-01 | 25 | -25/+0 |
* | | Lock GCC w/o -m32 into 64-bit mode. | obrien | 2003-05-01 | 1 | -0/+4 |
* | | Mark libpam as c99- and WARNS5-clean. | des | 2003-05-01 | 1 | -1/+2 |
* | | Make GCC 3.3 STFU about copyright[]. | obrien | 2003-05-01 | 1 | -1/+1 |
* | | Mark fetch(1) as c99- and WARNS6-clean. | des | 2003-05-01 | 1 | -1/+2 |
* | | Remove DIOCGPC98 ioctl. | nyan | 2003-05-01 | 2 | -6/+0 |
* | | Mark libfetch as c99-clean. Always build at WARNS level 2 rather than | des | 2003-05-01 | 1 | -2/+2 |
* | | Add a mechanism to allow Makefiles to specify the particular C dialect | des | 2003-05-01 | 1 | -1/+12 |
* | | Oops, DIOCGPC98 should be DIOCSPC98. | nyan | 2003-05-01 | 1 | -1/+1 |
* | | The -t flag in the retired apmconf.8 is the same as "-h false" in the | tobez | 2003-05-01 | 1 | -1/+1 |
* | | Start running amd64 builds on 9ball. | des | 2003-05-01 | 1 | -0/+1 |
* | | Merged from src/sbin/fdisk/Makefile revision 1.10. | nyan | 2003-05-01 | 1 | -1/+4 |
* | | - Move decoding pc98_partition function into geom_pc98_enc.c. | nyan | 2003-05-01 | 5 | -24/+84 |
* | | Merged from src/sbin/fdisk/fdisk.c revision 1.69. | nyan | 2003-05-01 | 1 | -1/+6 |
* | | Upgrade to Groff 1.19. | ru | 2003-05-01 | 31 | -86/+155 |
* | | Merge local changes (8 bit clean ctype support) onto mainline. | ru | 2003-05-01 | 3 | -4/+22 |