| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Revert nd6.c revs. 1.67, 1.68, 1.69, 1.70 in an attempt to unbreak | bmah | 2007-01-26 | 1 | -1/+1 |
* | | Fix forever broken ua_chan_setblocksize() uninitialized return value | ariff | 2007-01-26 | 1 | -7/+13 |
* | | Sync uaudio_sndstat_prepare_pcm() output with sndstat_prepare_pcm() to get | ariff | 2007-01-26 | 1 | -4/+12 |
* | | Add missing MIIBUS_MEDIAINIT() call. | dwhite | 2007-01-26 | 1 | -0/+1 |
* | | Collapse 5706C and 5708C PHYs into one entry. ID 0x15 is actually used for | dwhite | 2007-01-26 | 2 | -3/+1 |
* | | Add support for SERDES PHY configurations. These are commonly found in | dwhite | 2007-01-26 | 1 | -43/+13 |
* | | While we do not expect any change before and after GNU gzip | delphij | 2007-01-26 | 1 | -1/+1 |
* | | If nmount() fails to export a directory, in the syslog() error message, | rodrigc | 2007-01-26 | 1 | -2/+4 |
* | | Regen. | delphij | 2007-01-26 | 1 | -1/+17 |
* | | Replace the GNU gzip with a slightly modified NetBSD gzip. The | delphij | 2007-01-26 | 23 | -3/+3997 |
* | | o Remove screen, created by the unnecessary ofw_console(4) | marcel | 2007-01-26 | 1 | -10/+4 |
* | | Remove stale header. | marcel | 2007-01-26 | 1 | -7/+0 |
* | | Fix comments. | kevlo | 2007-01-26 | 1 | -2/+2 |
* | | - Implement much more intelligent ipi sending. This algorithm tries to | jeff | 2007-01-25 | 1 | -11/+23 |
* | | List obsolete objformat files and man pages. This may have to be | peter | 2007-01-25 | 1 | -0/+5 |
* | | Bah. Kris says the default-to-a.out knowledge has migrated into the | peter | 2007-01-25 | 2 | -0/+33 |
* | | Remove unused reference to objformat.h | peter | 2007-01-25 | 1 | -1/+0 |
* | | Oops, remove an objformat.h reference. | peter | 2007-01-25 | 1 | -1/+1 |
* | | Remove getobjformat() from libc's symbol map. It probably should have been | peter | 2007-01-25 | 1 | -1/+0 |
* | | Remove more a.out strays, as threatened in 2002. | peter | 2007-01-25 | 1 | -39/+0 |
* | | Retire objformat(1) as threatened in 2002. | peter | 2007-01-25 | 4 | -107/+0 |
* | | Retire more remnants of a.out support, as threatened in 2002. | peter | 2007-01-25 | 3 | -182/+2 |
* | | - Create ng_ppp_bypass() function, that prepares a packet | glebius | 2007-01-25 | 1 | -30/+66 |
* | | Add "server mode" to rfcomm_sppd(1). | emax | 2007-01-25 | 2 | -40/+153 |
* | | MFp4: - When new object is created, it's group ID can be set to process' | pjd | 2007-01-25 | 3 | -7/+39 |
* | | MFp4: When user is not a member of the group which owns a file, even if | pjd | 2007-01-25 | 1 | -2/+2 |
* | | Bump .Dd. | mpp | 2007-01-25 | 1 | -1/+1 |
* | | - Get rid of the unused DIDRUN flag. This was really only present to | jeff | 2007-01-25 | 1 | -21/+28 |
* | | Make it possible that carpdetach() unlocks on return. Then, in | glebius | 2007-01-25 | 1 | -8/+7 |
* | | Whoops- #ifdef problem caused uninitialized transport. Not horribly | mjacob | 2007-01-25 | 1 | -1/+1 |
* | | Spacing. | glebius | 2007-01-25 | 1 | -5/+5 |
* | | The TCP checksum offload handling in the 8111B/8168B and 8101E PCIe can | wpaul | 2007-01-25 | 1 | -1/+6 |
* | | Rename some functions and variables from nfs_* to nfs4_* to avoid | bde | 2007-01-25 | 1 | -13/+13 |
* | | Rename some functions and variables (mainly vfsops entry points) from | bde | 2007-01-25 | 1 | -37/+32 |
* | | Unstaticize nfs_iosize() in nfsclient and use it in nfs4client instead | bde | 2007-01-25 | 3 | -25/+7 |
* | | Add a BUGS section that shows that ids that appear to be | mpp | 2007-01-25 | 1 | -0/+12 |
* | | When the following conditions are meet: | pjd | 2007-01-25 | 1 | -1/+13 |
* | | Implement gctl_change_param() function, which changes value of existing | pjd | 2007-01-25 | 2 | -0/+28 |
* | | Try to avoid a possible infinite loop when parsing an invalid kernel dump file. | rodrigc | 2007-01-25 | 1 | -2/+7 |
* | | Fix for problems that occur when all mbuf clusters migrate to the mbuf packet | mohans | 2007-01-25 | 4 | -2/+26 |
* | | Display the name of the quota data file in verbose mode. | mpp | 2007-01-24 | 1 | -2/+2 |
* | | Fix for a bug where only one process (of multiple) blocked on | mohans | 2007-01-24 | 1 | -2/+7 |
* | | Update birth entry for Warren Zevon with his birthplace, and add an | dougb | 2007-01-24 | 1 | -1/+2 |
* | | - Add a horrible bit of code to detect tsc differences between processors. | jeff | 2007-01-24 | 1 | -28/+112 |
* | | - With a sleep time over 2097 seconds hzticks and slptime could end up | jeff | 2007-01-24 | 1 | -5/+6 |
* | | Fixes the MSG_PEEK for sctp_generic_recvmsg() the msg_flags | rrs | 2007-01-24 | 1 | -2/+10 |
* | | Bump .Dd for r1.313. | ceri | 2007-01-24 | 1 | -1/+1 |
* | | Document LD_UTRACE. | jhb | 2007-01-23 | 1 | -2/+7 |
* | | - Print clock information so we know if something is not reported correctly | jeff | 2007-01-23 | 1 | -7/+7 |
* | | Document new quota knobs. | mpp | 2007-01-23 | 1 | -3/+51 |