summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow chkprintcap(8) to be run before lpd is started. Disabled bybrooks2005-03-023-2/+10
* Use a signal-safe type for two variables that are used to synchroniseiedowse2005-03-021-2/+2
* If we don't have /usr/sbin/mtree, try to mount /usr. We're only likelybrooks2005-03-021-3/+12
* - Fix braino introduced in rev. 1.17, unlike the X1032A (HME-ISP1040-combo)marius2005-03-021-8/+8
* Remove a number of entries from the distribution target that arebrooks2005-03-021-26/+0
* - Update etc/rc.d/newsyslog to FreeBSD standards and install it.brooks2005-03-025-20/+21
* Fix incorrect comment.davidxu2005-03-011-1/+1
* Reduce the maximum supported save state size to 4k, as the 8k limitiedowse2005-03-011-3/+1
* - Remove the dependency of /usr/bin/touch by using "cp /dev/null <target>"brooks2005-03-011-4/+12
* Attempt to doff the pointy hat: implement 'hw.realmem' on remainingwes2005-03-015-0/+14
* In cpu_throw(), correctly calculate td->td_md.md_tp.cognet2005-03-011-2/+2
* .It the -v option.obrien2005-03-011-1/+1
* Fix typo in a comment.stefanf2005-03-011-1/+1
* Introduce realmem.cognet2005-03-011-0/+3
* Pull up to ETHER_HDR_LEN before passing an mbuf to ether_input().ru2005-03-011-0/+6
* Resort newfs(8) -f entry, no content changes.bmah2005-03-012-12/+12
* New release notes: LC_CTYPE files machine-independent, stack sizesbmah2005-03-012-14/+74
* Remove linux_emul_find() and the CHECKALT*() macros as they are no longerjhb2005-03-012-46/+0
* Various grammar, punctuation, and style fixups.bmah2005-03-012-62/+64
* Make sure the length variable is initialized to 0 before passingharti2005-03-015-12/+18
* Use kern_kevent instead of the stackgap for 32bit syscall wrapping.ps2005-03-013-69/+107
* regenps2005-03-016-6/+10
* Change the prototype of kevent to remove the const from the changelist.ps2005-03-011-1/+1
* In windrv_load(), I was allocating the driver object usingwpaul2005-03-011-17/+17
* We can specify device size in bytes. Document this in usage.pjd2005-03-011-2/+3
* Add polish version of libc NLS catalog.pjd2005-03-011-0/+249
* Ooops. I will compile test before committing. The stackgap versionps2005-03-011-2/+2
* Add more locking when reading/writing to carp softc. When carp softc isglebius2005-03-011-31/+140
* - Add carp_mtx. Use it to protect list of all carp interfaces.glebius2005-03-011-18/+20
* Split out ParseModifiers from VarParseLong.harti2005-03-011-590/+603
* VarParseLong: Create new else block for haveModifier. Move the callharti2005-03-011-37/+49
* Avoid a couple of mutex operations in the process exit path for thephk2005-03-011-0/+2
* Use NET_CALLOUT_MPSAFE macro.glebius2005-03-018-27/+19
* Add macro NET_CALLOUT_MPSAFE, which should be used when initializingglebius2005-03-011-0/+1
* Add myself to the calendar.flz2005-03-011-0/+1
* Replace NG_PARSE_APPEND() macro with ng_parse_append() function. Checkglebius2005-03-011-27/+70
* Revert change to struct ifnet. Use ifnet pointer in softc. Embeddingglebius2005-03-012-7/+2
* correct WARNS=6 fix to use cast to (void *).ume2005-03-011-10/+10
* Remove debugging printf.glebius2005-03-011-1/+0
* Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY inimp2005-03-0129-74/+80
* When mac_check_system_acct() fails, make sure to unlock as well as closerwatson2005-03-011-0/+1
* Merge from NetBSD.sobomax2005-03-015-56/+150
* Catch up with "physical memory" sysctl change.grehan2005-03-012-0/+4
* Reverse a condition so that the else clause can be changedharti2005-03-011-39/+38
* Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, returnimp2005-03-0114-28/+26
* - Fix anoter dyslexic moment; an atomic_set_int should've become ACTIVESET,jeff2005-03-011-1/+1
* Sync with 1.9 from NetBSD, this includes:sobomax2005-03-011-8/+26
* Correct the freebsd32_kevent prototype.ps2005-03-012-6/+6
* Add a manual page for the fm801 chipsets.trhodes2005-03-012-0/+65
* Add sysdoc, a small set of scripts which will parse a kernel binary andtrhodes2005-03-015-0/+2734
OpenPOWER on IntegriCloud