| Commit message (Expand) | Author | Age | Files | Lines |
* | Add -Wmissing-prototypes. | ru | 2000-09-15 | 4 | -10/+16 |
* | Also coerce diff(1) into working the other way (from no-\n to \n). | green | 2000-09-15 | 1 | -0/+3 |
* | Reserve major number 156 for uscanner | n_hibma | 2000-09-15 | 1 | -0/+1 |
* | Correct variable check for VAR_TRY_DHCP. | jkh | 2000-09-15 | 2 | -2/+2 |
* | Use MTREE_FOLLOWS_SYMLINKS option | ache | 2000-09-15 | 1 | -1/+1 |
* | Add/use MTREE_FOLLOWS_SYMLINKS make.conf option | ache | 2000-09-15 | 3 | -5/+11 |
* | Factorize, reorganize, and move code around. | dcs | 2000-09-15 | 2 | -116/+152 |
* | Restore standard symlink default, return -L, remove -P, add missing -q to getopt | ache | 2000-09-15 | 2 | -11/+12 |
* | Start countdown only _after_ the kernel was loaded. Not very fair otherwise. | dcs | 2000-09-15 | 1 | -4/+4 |
* | Gosh. I managed to commit the wrong version of this file. Darn; | markm | 2000-09-15 | 1 | -4/+4 |
* | Merged from sys/isa/fd.c revision 1.187. | kato | 2000-09-15 | 2 | -2/+10 |
* | Merged from sys/i386/isa/sio.c revision 1.314. | kato | 2000-09-15 | 2 | -0/+2 |
* | Merged from sys/i386/isa/clock.c revision 1.157. | kato | 2000-09-15 | 3 | -21/+21 |
* | Merged from sys/i386/i386/machdep.c revision 1.408. | kato | 2000-09-15 | 2 | -12/+12 |
* | pkg_version(1) will now distinguish between the different cases where | bmah | 2000-09-15 | 2 | -7/+16 |
* | Moved the fe driver from the compat section to the correct section. | nyan | 2000-09-15 | 2 | -4/+4 |
* | Add sftp-server | ache | 2000-09-15 | 1 | -0/+1 |
* | Check to see if we actually have an interrupt descriptor and an interrupt | jhb | 2000-09-15 | 2 | -0/+42 |
* | Add acpi_send_pm_event() to inform all devices that the system is | iwasaki | 2000-09-14 | 2 | -3/+63 |
* | Enforce process limit policy in one place to keep proccnt from diverging | truckman | 2000-09-14 | 1 | -2/+2 |
* | Add manpages acpi userland tools. | iwasaki | 2000-09-14 | 4 | -4/+516 |
* | Add pmtimer instance. | iwasaki | 2000-09-14 | 2 | -0/+4 |
* | Add Timer device driver for power management events. | iwasaki | 2000-09-14 | 6 | -160/+154 |
* | Grab the scheduler lock before calling setrunqueue() and mi_switch(). | jhb | 2000-09-14 | 1 | -0/+2 |
* | Fix some style nits | brian | 2000-09-14 | 1 | -11/+13 |
* | Support PPPoATM, disabled for now as /usr/include/netnatm doesn't exist | brian | 2000-09-14 | 5 | -1/+282 |
* | With the help of 'Eric Christeson <echriste@ssesco.com>', determined | mjacob | 2000-09-14 | 1 | -1/+1 |
* | m_cat() can free its second argument, so collect the checksum information | jlemon | 2000-09-14 | 1 | -1/+1 |
* | Remove the mtx_t, witness_t, and witness_blessed_t types. Instead, just | jhb | 2000-09-14 | 18 | -316/+311 |
* | Pipes are not writeable while a direct write is in progress. However, | jlemon | 2000-09-14 | 1 | -1/+1 |
* | Take out the RANDOMDEV option. The entropy device is a (pseudo-)device | markm | 2000-09-14 | 1 | -1/+0 |
* | Silence the perl build a lot; particularly in the case where a | markm | 2000-09-14 | 1 | -4/+4 |
* | Some more slight doco fixes: update date, and add a bit more to the history. | wollman | 2000-09-14 | 1 | -2/+10 |
* | Add function comments for functions missing them | eivind | 2000-09-14 | 2 | -2/+58 |
* | Allow tftpd to run as a specified user, not just `nobody'. | wollman | 2000-09-14 | 2 | -28/+55 |
* | cc -O -pipe -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin/kdump/../..... | jkh | 2000-09-14 | 1 | -2/+6 |
* | Fix ioctl.c creation to deal with the depend case more properly. | jkh | 2000-09-14 | 1 | -2/+6 |
* | Blow away COMPAT_43 support for mount | eivind | 2000-09-14 | 2 | -42/+0 |
* | Understand IPPROTO_ESP and IPPROTO_AH packets | brian | 2000-09-14 | 2 | -0/+36 |
* | Make the [u]random device's permissions match those in the matching | markm | 2000-09-14 | 1 | -1/+1 |
* | Another overhaul of the periodic stuff. | brian | 2000-09-14 | 39 | -250/+824 |
* | GC vax-only code | eivind | 2000-09-14 | 1 | -47/+0 |
* | "fe" driver was newbus'ify and bus_space'ify by nyan. | sanpei | 2000-09-14 | 1 | -70/+60 |
* | Install the kernel KLM as "kernel" by default. | obrien | 2000-09-14 | 4 | -4/+4 |
* | Follow the hints from PHK's new messages- only make_dev for a device | mjacob | 2000-09-14 | 1 | -12/+12 |
* | Follow BSD/OS and NetBSD, keep the ip_id field in network order all the time. | ru | 2000-09-14 | 13 | -37/+10 |
* | Change "KTR_COMPILE & m" to "KTR_COMPILE & (m)" to allow more flexible | dfr | 2000-09-14 | 1 | -12/+12 |
* | Don't release Giant for db_nofault exceptions since it isn't held when | dfr | 2000-09-14 | 1 | -1/+0 |
* | There is no reason to clobber ${DESTDIR}/usr/include/{isofs,ufs,dev} | ru | 2000-09-14 | 1 | -3/+0 |
* | - Newbus'ify and bus_space'ify. | nyan | 2000-09-14 | 11 | -6833/+3045 |