summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Wrap BSD r* commands in NO_RCMDS.trhodes2005-03-025-7/+19
* - Allocate the interrupt resource as RF_SHAREABLE allowing uart(4) to workmarius2005-03-021-2/+8
* - Allow multiple INTR_FAST handlers for the same source. The motivationmarius2005-03-021-48/+68
* Assorted style fixes and minor changes:marius2005-03-021-17/+16
* Only install acpiio.h in /usr/include. That's all we want to export to users.njl2005-03-021-2/+10
* Fix SCM ID's.obrien2005-03-0210-17/+28
* Fix typo. Unbreak build. Take pointy hat.glebius2005-03-021-1/+1
* Add an entry for myself.jcamou2005-03-021-0/+1
* Use the LST_FOREACH macro instead of the Lst_ForEach function. Thisharti2005-03-021-18/+24
* Sync the list of headers visible with SHARED=symlinks with thoseru2005-03-021-1/+6
* Use correct byte order when parsing the size of the gzip "Extra data" field.kientzle2005-03-021-1/+1
* Document NO_RCMDS, bump doc date.trhodes2005-03-021-1/+10
* Move all of the hptmv files to /sys/dev/hptmv so that they won't be mistakenscottl2005-03-0227-6528/+31
* ignores ICMPv6 code field in case of ICMPv6 Packet-Too-Big (as specified in R...suz2005-03-021-2/+0
* Protect acpivar.h with _KERNEL. No user parts inside currently.njl2005-03-021-0/+3
* When resubmitting a timed out request, reset donecount.mdodd2005-03-021-0/+1
* This will not compile without:ambrisko2005-03-022-0/+252
* Handle PIO timeouts in ata_end_transaction() by immediately returning.mdodd2005-03-021-0/+3
* Add NO_RCMDS to the list.trhodes2005-03-021-0/+1
* In ata_generic_reset() while waiting for both master & slave to becomemdodd2005-03-021-1/+4
* Add an AIO & kqueue regression test. It is a good idea to run thisambrisko2005-03-022-0/+203
* 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
OpenPOWER on IntegriCloud