summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Part 2 of the commit if new bluetooth code.julian2003-05-1037-394/+2194
* Part one of undating the bluetooth code to the newest versionjulian2003-05-1078-2197/+8732
* Put back the error checking in wtfs() that was lost when newfs wasiedowse2003-05-101-1/+2
* Make m_freem() just use m_free() instead of duplicating the code. Thebmilekic2003-05-101-32/+2
* No vga(4) on pc98.bmah2003-05-102-2/+2
* Add a couble new Intel PCI id'ssos2003-05-102-0/+4
* Remove special hacks for FSF cross tools now that it builds natively.peter2003-05-101-13/+0
* Provide a fake varargs implementation for lint's benefit. This waypeter2003-05-102-0/+17
* Remove _ARCH_INDIRECT ifdefs. They existed for lib/msun/* on i386, whichpeter2003-05-101-63/+0
* bcopyb() isn't used on amd64 kernel (it only exists for i386/pcvt)peter2003-05-101-1/+0
* Finish translating i386/support.s into amd64 asm - replace bcopy etc withpeter2003-05-102-63/+140
* Update ldexp.c for amd64.peter2003-05-102-7/+1
* Flesh out information on pointing devices and add some manpagebmah2003-05-092-12/+54
* When a GEOM (/dev-)device is closed and we find that I/O requests arephk2003-05-091-3/+15
* Turn off ppp (ICE) and pppd (cc objects to a varargs decl) on amd64.peter2003-05-091-2/+5
* Before reading an ascii label, initialize with defaults so thatphk2003-05-091-0/+1
* Remove Giant from kern_sigsuspend() and osigsuspend() as these should nowjhb2003-05-091-10/+2
* Sigh, this shows just how much one can be conditioned my the environment:phk2003-05-091-9/+7
* Include the MXCSR initial values, based on the AMD docs. This filepeter2003-05-092-0/+4
* Turn syscons on now that it works, so that anybody trying to run thispeter2003-05-091-6/+6
* Trivial addition of __amd64__ to the ifdefs for platforms that usepeter2003-05-091-9/+9
* The disc1 package set has overfilled the disc. Axe linux-netscape-navigator-4.8scottl2003-05-091-1/+0
* Document the last field of the procfs 'status' node, which eitherhmp2003-05-091-0/+4
* Add missing MLINK for arc4rand(9). It is documented inhmp2003-05-091-0/+1
* To reserve space for 65536 bits, allocaterobert2003-05-091-1/+1
* Comment out the entire nomatch entry. The partially commented outimp2003-05-091-3/+3
* Redefine M_FREELIST to be 0x8000; 0x4000 conflicted with two othersilby2003-05-091-1/+1
* Give the kmem object's mutex a unique name, instead of "vm object",alc2003-05-091-1/+6
* Whitespace cleanup of previous commit. Translators can ignore this.bmah2003-05-082-12/+14
* New release notes: New newsyslog(8) features.bmah2003-05-082-4/+72
* Try to reflect the current state of disklabel (removed) and thebmah2003-05-082-20/+24
* Rename MAC_MAX_POLICIES to MAC_MAX_SLOTS, since the variables andrwatson2003-05-0810-74/+74
* Note that -n and \c are implementation-defined as per TC1 to POSIX 2001.schweikh2003-05-081-2/+11
* Describe the pattern filenames must be in before they are added to the hintstrhodes2003-05-081-0/+3
* Acquire Giant at the start of the raid rebuild kthreads.jhb2003-05-081-0/+1
* I goofed in rev 1.59 (a.out support axing) and missed getting FUNCTION_PROFILERobrien2003-05-081-1/+1
* Add a comment describing why it's important for the values in thisdas2003-05-086-0/+42
* Oops. Turn T_PAGEFLT back into an interrupt gate. It is *critical*peter2003-05-082-2/+10
* SIG_SETMASK is 3, not 1. Sigh.peter2003-05-081-1/+1
* Set the binutils arch for as/nm correctly on the amd64 platform.peter2003-05-081-1/+6
* Exclude rtld-elf for amd64. More porting is still needed.peter2003-05-081-1/+4
* Exclude sys/boot for amd64. There are still toolchain issues to dealpeter2003-05-081-1/+4
* Add amd64 settings.peter2003-05-081-0/+3
* Exclude gprof and truss for amd64 too.peter2003-05-081-1/+1
* Fix an embarresing transcription error from i386 to amd64. Put the argumentspeter2003-05-082-13/+12
* release.9 has become the biggest festering pile of spaghetti s(*^% code.obrien2003-05-081-1/+118
* Tidy up modf.S and make it actually work. It wasn't extractingpeter2003-05-081-16/+13
* Rethink the way we count module references. Simply followingkan2003-05-081-18/+30
* ioctl VINUM_READCONFIG: Don't lock configuration here. vinum_scandiskgrog2003-05-081-5/+1
* vinum_read: Don't lock configuration from userland. If vinum(8)grog2003-05-081-7/+1
OpenPOWER on IntegriCloud