| Commit message (Expand) | Author | Age | Files | Lines |
* | Add NO_RCMDS to the list. | trhodes | 2005-03-02 | 1 | -0/+1 |
* | In ata_generic_reset() while waiting for both master & slave to become | mdodd | 2005-03-02 | 1 | -1/+4 |
* | Add an AIO & kqueue regression test. It is a good idea to run this | ambrisko | 2005-03-02 | 2 | -0/+203 |
* | Allow chkprintcap(8) to be run before lpd is started. Disabled by | brooks | 2005-03-02 | 3 | -2/+10 |
* | Use a signal-safe type for two variables that are used to synchronise | iedowse | 2005-03-02 | 1 | -2/+2 |
* | If we don't have /usr/sbin/mtree, try to mount /usr. We're only likely | brooks | 2005-03-02 | 1 | -3/+12 |
* | - Fix braino introduced in rev. 1.17, unlike the X1032A (HME-ISP1040-combo) | marius | 2005-03-02 | 1 | -8/+8 |
* | Remove a number of entries from the distribution target that are | brooks | 2005-03-02 | 1 | -26/+0 |
* | - Update etc/rc.d/newsyslog to FreeBSD standards and install it. | brooks | 2005-03-02 | 5 | -20/+21 |
* | Fix incorrect comment. | davidxu | 2005-03-01 | 1 | -1/+1 |
* | Reduce the maximum supported save state size to 4k, as the 8k limit | iedowse | 2005-03-01 | 1 | -3/+1 |
* | - Remove the dependency of /usr/bin/touch by using "cp /dev/null <target>" | brooks | 2005-03-01 | 1 | -4/+12 |
* | Attempt to doff the pointy hat: implement 'hw.realmem' on remaining | wes | 2005-03-01 | 5 | -0/+14 |
* | In cpu_throw(), correctly calculate td->td_md.md_tp. | cognet | 2005-03-01 | 1 | -2/+2 |
* | .It the -v option. | obrien | 2005-03-01 | 1 | -1/+1 |
* | Fix typo in a comment. | stefanf | 2005-03-01 | 1 | -1/+1 |
* | Introduce realmem. | cognet | 2005-03-01 | 1 | -0/+3 |
* | Pull up to ETHER_HDR_LEN before passing an mbuf to ether_input(). | ru | 2005-03-01 | 1 | -0/+6 |
* | Resort newfs(8) -f entry, no content changes. | bmah | 2005-03-01 | 2 | -12/+12 |
* | New release notes: LC_CTYPE files machine-independent, stack sizes | bmah | 2005-03-01 | 2 | -14/+74 |
* | Remove linux_emul_find() and the CHECKALT*() macros as they are no longer | jhb | 2005-03-01 | 2 | -46/+0 |
* | Various grammar, punctuation, and style fixups. | bmah | 2005-03-01 | 2 | -62/+64 |
* | Make sure the length variable is initialized to 0 before passing | harti | 2005-03-01 | 5 | -12/+18 |
* | Use kern_kevent instead of the stackgap for 32bit syscall wrapping. | ps | 2005-03-01 | 3 | -69/+107 |
* | regen | ps | 2005-03-01 | 6 | -6/+10 |
* | Change the prototype of kevent to remove the const from the changelist. | ps | 2005-03-01 | 1 | -1/+1 |
* | In windrv_load(), I was allocating the driver object using | wpaul | 2005-03-01 | 1 | -17/+17 |
* | We can specify device size in bytes. Document this in usage. | pjd | 2005-03-01 | 1 | -2/+3 |
* | Add polish version of libc NLS catalog. | pjd | 2005-03-01 | 1 | -0/+249 |
* | Ooops. I will compile test before committing. The stackgap version | ps | 2005-03-01 | 1 | -2/+2 |
* | Add more locking when reading/writing to carp softc. When carp softc is | glebius | 2005-03-01 | 1 | -31/+140 |
* | - Add carp_mtx. Use it to protect list of all carp interfaces. | glebius | 2005-03-01 | 1 | -18/+20 |
* | Split out ParseModifiers from VarParseLong. | harti | 2005-03-01 | 1 | -590/+603 |
* | VarParseLong: Create new else block for haveModifier. Move the call | harti | 2005-03-01 | 1 | -37/+49 |
* | Avoid a couple of mutex operations in the process exit path for the | phk | 2005-03-01 | 1 | -0/+2 |
* | Use NET_CALLOUT_MPSAFE macro. | glebius | 2005-03-01 | 8 | -27/+19 |
* | Add macro NET_CALLOUT_MPSAFE, which should be used when initializing | glebius | 2005-03-01 | 1 | -0/+1 |
* | Add myself to the calendar. | flz | 2005-03-01 | 1 | -0/+1 |
* | Replace NG_PARSE_APPEND() macro with ng_parse_append() function. Check | glebius | 2005-03-01 | 1 | -27/+70 |
* | Revert change to struct ifnet. Use ifnet pointer in softc. Embedding | glebius | 2005-03-01 | 2 | -7/+2 |
* | correct WARNS=6 fix to use cast to (void *). | ume | 2005-03-01 | 1 | -10/+10 |
* | Remove debugging printf. | glebius | 2005-03-01 | 1 | -1/+0 |
* | Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY in | imp | 2005-03-01 | 29 | -74/+80 |
* | When mac_check_system_acct() fails, make sure to unlock as well as close | rwatson | 2005-03-01 | 1 | -0/+1 |
* | Merge from NetBSD. | sobomax | 2005-03-01 | 5 | -56/+150 |
* | Catch up with "physical memory" sysctl change. | grehan | 2005-03-01 | 2 | -0/+4 |
* | Reverse a condition so that the else clause can be changed | harti | 2005-03-01 | 1 | -39/+38 |
* | Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, return | imp | 2005-03-01 | 14 | -28/+26 |
* | - Fix anoter dyslexic moment; an atomic_set_int should've become ACTIVESET, | jeff | 2005-03-01 | 1 | -1/+1 |
* | Sync with 1.9 from NetBSD, this includes: | sobomax | 2005-03-01 | 1 | -8/+26 |