| Commit message (Expand) | Author | Age | Files | Lines |
* | Part 2 of the commit if new bluetooth code. | julian | 2003-05-10 | 37 | -394/+2194 |
* | Part one of undating the bluetooth code to the newest version | julian | 2003-05-10 | 78 | -2197/+8732 |
* | Put back the error checking in wtfs() that was lost when newfs was | iedowse | 2003-05-10 | 1 | -1/+2 |
* | Make m_freem() just use m_free() instead of duplicating the code. The | bmilekic | 2003-05-10 | 1 | -32/+2 |
* | No vga(4) on pc98. | bmah | 2003-05-10 | 2 | -2/+2 |
* | Add a couble new Intel PCI id's | sos | 2003-05-10 | 2 | -0/+4 |
* | Remove special hacks for FSF cross tools now that it builds natively. | peter | 2003-05-10 | 1 | -13/+0 |
* | Provide a fake varargs implementation for lint's benefit. This way | peter | 2003-05-10 | 2 | -0/+17 |
* | Remove _ARCH_INDIRECT ifdefs. They existed for lib/msun/* on i386, which | peter | 2003-05-10 | 1 | -63/+0 |
* | bcopyb() isn't used on amd64 kernel (it only exists for i386/pcvt) | peter | 2003-05-10 | 1 | -1/+0 |
* | Finish translating i386/support.s into amd64 asm - replace bcopy etc with | peter | 2003-05-10 | 2 | -63/+140 |
* | Update ldexp.c for amd64. | peter | 2003-05-10 | 2 | -7/+1 |
* | Flesh out information on pointing devices and add some manpage | bmah | 2003-05-09 | 2 | -12/+54 |
* | When a GEOM (/dev-)device is closed and we find that I/O requests are | phk | 2003-05-09 | 1 | -3/+15 |
* | Turn off ppp (ICE) and pppd (cc objects to a varargs decl) on amd64. | peter | 2003-05-09 | 1 | -2/+5 |
* | Before reading an ascii label, initialize with defaults so that | phk | 2003-05-09 | 1 | -0/+1 |
* | Remove Giant from kern_sigsuspend() and osigsuspend() as these should now | jhb | 2003-05-09 | 1 | -10/+2 |
* | Sigh, this shows just how much one can be conditioned my the environment: | phk | 2003-05-09 | 1 | -9/+7 |
* | Include the MXCSR initial values, based on the AMD docs. This file | peter | 2003-05-09 | 2 | -0/+4 |
* | Turn syscons on now that it works, so that anybody trying to run this | peter | 2003-05-09 | 1 | -6/+6 |
* | Trivial addition of __amd64__ to the ifdefs for platforms that use | peter | 2003-05-09 | 1 | -9/+9 |
* | The disc1 package set has overfilled the disc. Axe linux-netscape-navigator-4.8 | scottl | 2003-05-09 | 1 | -1/+0 |
* | Document the last field of the procfs 'status' node, which either | hmp | 2003-05-09 | 1 | -0/+4 |
* | Add missing MLINK for arc4rand(9). It is documented in | hmp | 2003-05-09 | 1 | -0/+1 |
* | To reserve space for 65536 bits, allocate | robert | 2003-05-09 | 1 | -1/+1 |
* | Comment out the entire nomatch entry. The partially commented out | imp | 2003-05-09 | 1 | -3/+3 |
* | Redefine M_FREELIST to be 0x8000; 0x4000 conflicted with two other | silby | 2003-05-09 | 1 | -1/+1 |
* | Give the kmem object's mutex a unique name, instead of "vm object", | alc | 2003-05-09 | 1 | -1/+6 |
* | Whitespace cleanup of previous commit. Translators can ignore this. | bmah | 2003-05-08 | 2 | -12/+14 |
* | New release notes: New newsyslog(8) features. | bmah | 2003-05-08 | 2 | -4/+72 |
* | Try to reflect the current state of disklabel (removed) and the | bmah | 2003-05-08 | 2 | -20/+24 |
* | Rename MAC_MAX_POLICIES to MAC_MAX_SLOTS, since the variables and | rwatson | 2003-05-08 | 10 | -74/+74 |
* | Note that -n and \c are implementation-defined as per TC1 to POSIX 2001. | schweikh | 2003-05-08 | 1 | -2/+11 |
* | Describe the pattern filenames must be in before they are added to the hints | trhodes | 2003-05-08 | 1 | -0/+3 |
* | Acquire Giant at the start of the raid rebuild kthreads. | jhb | 2003-05-08 | 1 | -0/+1 |
* | I goofed in rev 1.59 (a.out support axing) and missed getting FUNCTION_PROFILER | obrien | 2003-05-08 | 1 | -1/+1 |
* | Add a comment describing why it's important for the values in this | das | 2003-05-08 | 6 | -0/+42 |
* | Oops. Turn T_PAGEFLT back into an interrupt gate. It is *critical* | peter | 2003-05-08 | 2 | -2/+10 |
* | SIG_SETMASK is 3, not 1. Sigh. | peter | 2003-05-08 | 1 | -1/+1 |
* | Set the binutils arch for as/nm correctly on the amd64 platform. | peter | 2003-05-08 | 1 | -1/+6 |
* | Exclude rtld-elf for amd64. More porting is still needed. | peter | 2003-05-08 | 1 | -1/+4 |
* | Exclude sys/boot for amd64. There are still toolchain issues to deal | peter | 2003-05-08 | 1 | -1/+4 |
* | Add amd64 settings. | peter | 2003-05-08 | 1 | -0/+3 |
* | Exclude gprof and truss for amd64 too. | peter | 2003-05-08 | 1 | -1/+1 |
* | Fix an embarresing transcription error from i386 to amd64. Put the arguments | peter | 2003-05-08 | 2 | -13/+12 |
* | release.9 has become the biggest festering pile of spaghetti s(*^% code. | obrien | 2003-05-08 | 1 | -1/+118 |
* | Tidy up modf.S and make it actually work. It wasn't extracting | peter | 2003-05-08 | 1 | -16/+13 |
* | Rethink the way we count module references. Simply following | kan | 2003-05-08 | 1 | -18/+30 |
* | ioctl VINUM_READCONFIG: Don't lock configuration here. vinum_scandisk | grog | 2003-05-08 | 1 | -5/+1 |
* | vinum_read: Don't lock configuration from userland. If vinum(8) | grog | 2003-05-08 | 1 | -7/+1 |