summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Clarify that holidays are US holidays. Many conflict with similarlygrog2003-04-161-12/+12
* Update for the two most recent newsletters from ISO 3166/MA.wollman2003-04-161-1/+8
* Add the EHCI host controller.marcel2003-04-161-0/+1
* Hardlink sunlabel to disklabel so make release is happy. (This only affectsjake2003-04-151-0/+1
* - Use read(2) to get the existing sunlabel on a disk, instead of parsingjake2003-04-151-77/+81
* Catch this file up with rc.conf(5).trhodes2003-04-151-17/+407
* Bump the config version to force people to upgrade their config(8)phk2003-04-158-8/+8
* Add a note about the work I did for fxp(4) here.mux2003-04-151-0/+2
* Modify mac_test policy to invoke WITNESS_WARN() when a potentiallyrwatson2003-04-151-0/+29
* Add an example of how to use the -m option that clarifies how the bits injhb2003-04-151-4/+5
* NO_COMPAT_FREEBSD4 is no longer used.jhb2003-04-151-1/+0
* Enable the MAC_ALWAYS_LABEL_MBUF flag for the Biba, LOMAC, MLS, and Testrwatson2003-04-154-4/+4
* Re-add MUTEX_DEBUG and MUTEX_PROFILING, which got hosed by rejectedrwatson2003-04-151-0/+2
* Remove empty simulator options section and add an ABI emulation section.jhb2003-04-151-1/+11
* Improve consistency, ordering, style of options:rwatson2003-04-151-49/+32
* When the driver allocates memory or I/O ports, enable that bit in theimp2003-04-151-14/+26
* mac_init_mbuf_tag() accepts malloc flags, not mbuf allocator flags, sorwatson2003-04-159-27/+18
* Remove the only varargs.h consumer in the tree. Use stdarg.h instead.kan2003-04-151-7/+4
* Revert the zombie part of previous commitcharnier2003-04-151-1/+1
* cosmetic style fixesfjoe2003-04-151-9/+13
* Sync up with changes to ptrace() and use P_SHOULDSTOP instead ofjhb2003-04-151-1/+1
* Add a manual page for the ntp_adjtime syscall.trhodes2003-04-152-1/+148
* Sync usage() with SYNOPSIS.ru2003-04-151-3/+3
* Don't play with MAKEFLAGS in one other place too; it's dangerous.ru2003-04-151-3/+2
* Fixed dofs_vn(): previous revision ran ``rm -f /dev/*vnn*'' too early.ru2003-04-151-3/+1
* A version of <sys/endian.h> in RELENG_4 doesn't have 64-bit functions.ru2003-04-151-1/+1
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-1586-92/+223
* Makefile.inc1 rev. 1.341 broke release.5 -- the fuss with MAKEFLAGSru2003-04-151-3/+2
* Don't abuse module names to facilitate ifconfig module loading;mdodd2003-04-151-1/+1
* Decode a few more syscalls.mdodd2003-04-151-1/+24
* Fix a warning about deprecated string literals.njl2003-04-151-8/+8
* Add a module version number.mdodd2003-04-151-0/+1
* Express bus dependency a little more clearly.mdodd2003-04-151-31/+31
* Rework the rl_encap failure case. Previously, we would stuff thesilby2003-04-151-3/+3
* style(9)mux2003-04-152-4/+4
* Add a description of m_defragrandomfailures.silby2003-04-151-0/+4
* Add another MBUF_STRESS_TEST feature, m_defragrandomfailures.silby2003-04-151-0/+15
* Update locking on the kmem_object to use the new macros.alc2003-04-151-7/+7
* Add MAC_ALWAYS_LABEL_MBUF to options; this permits the administratorrwatson2003-04-141-1/+7
* Move MAC label storage for mbufs into m_tags from the m_pkthdr structure,rwatson2003-04-1418-200/+1118
* Correct style bugs. Don't skip zombies in cputime(), according to Bruce,charnier2003-04-141-58/+42
* Abstract access to the mbuf header label behind a new function,rwatson2003-04-149-225/+720
* Add CPUTYPE support for "athlon-tbird", as GCC makes the distinction.obrien2003-04-141-1/+1
* Use MBTOM() to convert mbuf allocator flags to malloc() flags, ratherrwatson2003-04-142-5/+3
* Use pci_enable_{busmaster|io}() instead of directly writing intosobomax2003-04-141-3/+3
* kbdcontrol.c rev. 1.35 and onwards support the KEYMAP_PATHru2003-04-141-1/+5
* Use while (*controlp != NULL) instead of do ... while (*control != NULL)cognet2003-04-141-2/+1
* Use a sim for each device on it's own instead of one for all umassticso2003-04-141-145/+62
* Panic if bus_dmamap_load() doesn't respect maxsegsz.simokawa2003-04-141-3/+9
* add EHCI (USB 2.0) controller support.ticso2003-04-149-0/+3610
OpenPOWER on IntegriCloud