| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix is_splxxx() warnings when not compiled with INVARIANT_SUPPORT. | peter | 2000-02-14 | 1 | -16/+14 |
* | Avoid a panic in __getcwd(2) when combined with umount -f. | peter | 2000-02-14 | 1 | -0/+2 |
* | Initial import | dmlb | 2000-02-13 | 2 | -0/+0 |
* | Simplifications: | groudier | 2000-02-13 | 2 | -584/+281 |
* | Fix sign reversal in adjtime(2). | phk | 2000-02-13 | 2 | -2/+2 |
* | Fix an uninitialised variable which affected probing on some machines. | dfr | 2000-02-13 | 6 | -0/+6 |
* | Oops, forgot this from the previous commit. Remove obsolete #ifdef ISO. | peter | 2000-02-13 | 1 | -3/+0 |
* | Clean up some loose ends in the network code, including the X.25 and ISO | peter | 2000-02-13 | 36 | -637/+62 |
* | Fix two warnings. | peter | 2000-02-13 | 2 | -2/+2 |
* | Document the support in the kernel for hardware debug registers on the | obrien | 2000-02-12 | 2 | -0/+6 |
* | Add functions which allow i/o memory to be accessed without forcing a | dfr | 2000-02-12 | 1 | -0/+19 |
* | Yet-another-update: rename ``kern.prison'' to a new sysctl root entry, | rwatson | 2000-02-12 | 3 | -10/+11 |
* | The Leadtek Winfast TV2000 has one of the FM capable Tuners. Don't | peter | 2000-02-12 | 1 | -0/+8 |
* | Do a trivial conversion of xrpu to newbus. | peter | 2000-02-12 | 1 | -50/+62 |
* | Add in 12160 (Ultra3) support. Redo things to use the newbus code. | mjacob | 2000-02-11 | 2 | -282/+392 |
* | Turn back on fast posting- the code that turns it off (for 1020/1040) is | mjacob | 2000-02-11 | 1 | -5/+0 |
* | Correct a minor typo in error message. | mjacob | 2000-02-11 | 1 | -1/+1 |
* | Add in new async mbox defines for 2200- point to point stuff. | mjacob | 2000-02-11 | 1 | -0/+23 |
* | Add in 12160 (Ultra3) NVRAM definitions. | mjacob | 2000-02-11 | 1 | -2/+76 |
* | Add in 12160 (Ultra3) firmware. Gawd, this file is bulky. | mjacob | 2000-02-11 | 1 | -0/+4037 |
* | Restructure nvram reading routine to split out to separate functions | mjacob | 2000-02-11 | 1 | -362/+584 |
* | Add 12160 (Ultra3) defines. Add config option flag for forcing point-to-point | mjacob | 2000-02-11 | 1 | -5/+12 |
* | Forgot one line: don't try to match flags when looking for a flow. | luigi | 2000-02-11 | 1 | -0/+1 |
* | Synced with sys/dev/syscons/syscons.c rev 1.336. | kato | 2000-02-11 | 1 | -3/+5 |
* | Synced with sys/dev/syscons/scterm-sc.c rev 1.4. | kato | 2000-02-11 | 2 | -4/+8 |
* | That "NO DRIVER" panic fix wasn't good enough... | sos | 2000-02-11 | 1 | -1/+1 |
* | When allocating resources in the following cases: | msmith | 2000-02-11 | 1 | -5/+5 |
* | - Be slightly more cautious and try to make more sure the keyboard | yokota | 2000-02-11 | 2 | -8/+18 |
* | - Don't reset text colors when changing the video mode. | yokota | 2000-02-11 | 1 | -0/+2 |
* | - Fix text cursor logic so that multiple instances of the "normal" cursor | yokota | 2000-02-11 | 2 | -5/+7 |
* | Re add rev 1.11 diffs to ip_fil.h Also discover that I did not undefine | guido | 2000-02-10 | 36 | -16/+58 |
* | Prototype fix for IPsec authentication related functions | shin | 2000-02-10 | 4 | -13/+15 |
* | Forbid include of soem inet6 header files from wrong place | shin | 2000-02-10 | 6 | -0/+20 |
* | Fix sysctl namespace for jail: move the kern.jailcansethostname to | rwatson | 2000-02-10 | 3 | -8/+11 |
* | Correctly handle the conversion from virtual to physical addresses. The | n_hibma | 2000-02-10 | 6 | -48/+77 |
* | Move definition of fw_enable from ip_fw.c to ip_input.c | luigi | 2000-02-10 | 2 | -1/+1 |
* | Whoops... forgot braces in a conditional | luigi | 2000-02-10 | 1 | -6/+7 |
* | Support the net.inet.ip.fw.enable variable, part of | luigi | 2000-02-10 | 2 | -3/+3 |
* | Support for stateful (dynamic) ipfw rules. They are very | luigi | 2000-02-10 | 4 | -65/+525 |
* | Introduce a new sysctl, kern.jailcansethostname, which determines whether | rwatson | 2000-02-10 | 2 | -3/+12 |
* | kbdcontrol isn't in everyones path(read: non-root people), so specify | billf | 2000-02-10 | 3 | -5/+5 |
* | Update the Tigon driver to use the 12.3.18 firmware release from Alteon. | wpaul | 2000-02-10 | 6 | -7208/+7476 |
* | Kill the "unpause_always" argument to unpause_sequencer(). The reasons | gibbs | 2000-02-09 | 4 | -178/+338 |
* | Fix parity error detection logic for aic7880 and aic7895 chips during | gibbs | 2000-02-09 | 1 | -8/+22 |
* | Bring over ipfilter v3_3_8 kernel sources, including merging the | guido | 2000-02-09 | 40 | -186/+216 |
* | Allow allows peer pci buses which are directly connected to the RCC host pci | gallatin | 2000-02-09 | 6 | -42/+132 |
* | Support the new ata(4) syntax, while providing backward compatibility for wd(4). | ru | 2000-02-09 | 2 | -20/+26 |
* | Remove the old copy of this file. It is now active in its new location. | mdodd | 2000-02-09 | 1 | -186/+0 |
* | Complete the repo-copy of ida_pci.c to sys/dev/ida/ | mdodd | 2000-02-09 | 1 | -1/+1 |
* | Correct an oversight in jail() that allowed processes in jail to access | rwatson | 2000-02-09 | 1 | -1/+8 |