| Commit message (Expand) | Author | Age | Files | Lines |
* | Add in a hack that installs 'src/sys/${MACHINE_ARCH}/GENERIC.hints' as | jhb | 2000-08-17 | 1 | -0/+5 |
* | Fix a couple cases where p_trespass wasn't transitioned into place. | green | 2000-08-16 | 1 | -9/+3 |
* | Prepare for a cleanup of pmap module API pollution introduced by the | tegge | 2000-08-16 | 4 | -18/+28 |
* | backout previous change for now | darrenr | 2000-08-16 | 1 | -1/+0 |
* | add extern for inetsw | darrenr | 2000-08-16 | 1 | -0/+1 |
* | add missing splx(), when outgoing interface queue is full on tunnelled | itojun | 2000-08-16 | 2 | -0/+4 |
* | Rearrange the probe a bit, hopefully this will help to eleminate | sos | 2000-08-16 | 4 | -145/+145 |
* | open_drive: | grog | 2000-08-16 | 1 | -16/+21 |
* | Add another USR modem. | peter | 2000-08-15 | 2 | -0/+2 |
* | Install mode 644, not mode 664 during kernel compile. Yes, Peter, I am | kris | 2000-08-15 | 1 | -1/+2 |
* | Fixed determination method for sector size of the 2nd IDE HDD. | kato | 2000-08-15 | 1 | -1/+1 |
* | repair endianness issue in IN_MULTICAST(). | itojun | 2000-08-15 | 3 | -5/+9 |
* | Add three more control messages to complement their opposites: | archie | 2000-08-15 | 2 | -10/+103 |
* | Export the functionality of SIOCSIFLLADDR with if_setlladdr() | archie | 2000-08-15 | 2 | -25/+51 |
* | Fixed PunchFW code segmentation violation bug. | ru | 2000-08-14 | 1 | -5/+4 |
* | Use queue(3) LIST_* macros for doubly-linked lists. | ru | 2000-08-14 | 1 | -65/+18 |
* | awictl configuration interface is never used and now it is replaced by | onoe | 2000-08-14 | 1 | -72/+0 |
* | add dev/awi/awi_wicfg.c to support wi(4) compatible configuration interface. | onoe | 2000-08-14 | 1 | -0/+3 |
* | Add support for WEP functionality. | onoe | 2000-08-14 | 4 | -369/+1629 |
* | Change the argument for SIOCG80211NWID/SIOCS80211NWID to include the | onoe | 2000-08-14 | 1 | -3/+25 |
* | Merged from sys/i386/i386/machdep.c revision 1.401. | kato | 2000-08-14 | 2 | -0/+2 |
* | This file contains a shim just for NetBSD, and not used in FreeBSD at all. | onoe | 2000-08-14 | 1 | -445/+0 |
* | Newbusify ed driver. | tanimura | 2000-08-14 | 3 | -389/+482 |
* | This patch appears to solve the problems with recording resulting | nsayer | 2000-08-13 | 1 | -4/+13 |
* | CAM, the module: scbus, da, cd, and st wrapped in one module. | n_hibma | 2000-08-13 | 4 | -2/+61 |
* | From NetBSD: | n_hibma | 2000-08-13 | 2 | -22/+52 |
* | Add more CDC defines. | n_hibma | 2000-08-13 | 1 | -1/+10 |
* | Fake the Power On command on the virtual hub. | n_hibma | 2000-08-13 | 1 | -1/+4 |
* | Add output of per battery information to apm(1). | ume | 2000-08-13 | 3 | -29/+112 |
* | Add PAO devices supported by drivers. | alex | 2000-08-13 | 2 | -40/+62 |
* | Fix off by one error in track# calculation. | sos | 2000-08-13 | 1 | -4/+4 |
* | Include machine/cputypes.h so we get the cpu_class variable. This is needed | jhb | 2000-08-13 | 2 | -0/+2 |
* | resolve conflicts | darrenr | 2000-08-13 | 18 | -182/+712 |
* | Fixed null pointer panic for accessing "meminfo" when there is no swap. | bde | 2000-08-12 | 3 | -6/+21 |
* | Make compilable with -DIPFILTER. | ume | 2000-08-12 | 2 | -2/+7 |
* | Merged from sys/boot/i386/Makefile.inc revision 1.2. | kato | 2000-08-12 | 1 | -0/+1 |
* | Merged from sys/i386/i386/machdep.c revision 1.400. | kato | 2000-08-12 | 2 | -0/+38 |
* | Add -mpreferred-stack-boundary=2 to CFLAGS for i386. This and libstand | peter | 2000-08-11 | 2 | -0/+4 |
* | Oops, forgot this file. Log message for completeness: | peter | 2000-08-11 | 1 | -7/+7 |
* | Fix a bug brought to light by the people working on SMPng. I don't quite | wpaul | 2000-08-11 | 2 | -2/+22 |
* | Fix indentation ruined by previous commit. | n_hibma | 2000-08-11 | 1 | -10/+10 |
* | Define get_memory_offset method | imp | 2000-08-11 | 1 | -0/+7 |
* | backout ND6_USE_RTSOCK change in previous | itojun | 2000-08-11 | 1 | -0/+2 |
* | avoid duplicated rtfree() on default router list change (could cause panic). | itojun | 2000-08-11 | 1 | -6/+9 |
* | Backout the tsleep on probe, it breaks in resume mode as tsleep | sos | 2000-08-11 | 1 | -4/+1 |
* | Add missing "is". | dcs | 2000-08-11 | 1 | -1/+1 |
* | Add support for accessing individual tracks on a CD. | sos | 2000-08-11 | 1 | -5/+31 |
* | Clean up some low level bootstrap code: | peter | 2000-08-11 | 21 | -335/+143 |
* | Add support to send the string 'PXEClient' as the Vendor class | ps | 2000-08-11 | 3 | -2/+6 |
* | Pass along the interesting variables we were given from DHCP so we | ps | 2000-08-11 | 1 | -0/+6 |