| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the stub routines have the same prototypes as the real bpf | julian | 1999-12-03 | 1 | -1/+1 |
* | correct incomplete last change | mjacob | 1999-12-03 | 1 | -1/+1 |
* | Remove the 'ivars' arguement to device_add_child() and | mdodd | 1999-12-03 | 71 | -118/+189 |
* | Set RB_VERBOSE into boothowto (provide proper layering from boot loader | mjacob | 1999-12-03 | 1 | -1/+3 |
* | roll platform minor | mjacob | 1999-12-03 | 1 | -1/+1 |
* | clean up sprintf and have buffer that won't overflow | mjacob | 1999-12-03 | 1 | -34/+66 |
* | turn some messages into CFGPRINT messages | mjacob | 1999-12-03 | 1 | -5/+5 |
* | Be careful not to re-initialise `struct stat' while it still has | brian | 1999-12-03 | 3 | -26/+42 |
* | Add '-l' which will match a certain status code. | billf | 1999-12-03 | 2 | -5/+25 |
* | Correct co-MAINTAINER's e-mail address. I don't know how many | billf | 1999-12-03 | 1 | -1/+1 |
* | Define name length differently for alpha in order to preserve | jkh | 1999-12-03 | 1 | -0/+5 |
* | Fix the 'usb0: USB revision unknown, not supported' people have been seeing | n_hibma | 1999-12-03 | 5 | -32/+26 |
* | Remove the 'alpha, use at your own risk' death-statement. | billf | 1999-12-03 | 1 | -4/+1 |
* | Fix typo, add $FreeBSD$ | billf | 1999-12-03 | 2 | -2/+6 |
* | A better version of the previous checkin. If the user specifies | archie | 1999-12-03 | 1 | -3/+9 |
* | Remove the 'gzip' image activator. We're not using a.out anymore, so save | msmith | 1999-12-03 | 2 | -2/+0 |
* | Add Matt Fuller's comment about long-standing x86 bug that allows you | wes | 1999-12-02 | 1 | -0/+4 |
* | When specifying additiona user-specified kernel compilation source | archie | 1999-12-02 | 1 | -1/+1 |
* | Print device names for children that fail to detach. | imp | 1999-12-02 | 1 | -1/+3 |
* | Now that pccardc beep actually works, add knob for it in rc.conf/rc.pccard | imp | 1999-12-02 | 3 | -0/+9 |
* | Make pccardc beep actually work. The kernel was doing the wrong thing | imp | 1999-12-02 | 3 | -9/+11 |
* | Reserve 138 for usio, the USB sio driver by Doug Ambrisko, Whistle. | n_hibma | 1999-12-02 | 1 | -6/+7 |
* | Add 'const' to the bpf_filter() and bpf_validate() prototypes. | archie | 1999-12-02 | 2 | -7/+5 |
* | Fix typo from last commit. | imp | 1999-12-02 | 1 | -1/+1 |
* | Reserve #137 for nCipher's nFast PCI hardware cryptographic | sheldonh | 1999-12-02 | 1 | -0/+1 |
* | In one queue all the TDs (transfer descriptor, packets) for one transfer | n_hibma | 1999-12-02 | 1 | -3/+6 |
* | Replace the -q option to pwd_mkdb with a test for PW_SCAN_BIG_IDS in | sheldonh | 1999-12-02 | 6 | -14/+36 |
* | Add the device_get_children(9) man page. | n_hibma | 1999-12-02 | 3 | -1/+62 |
* | It's device_add_child*, not bus_add_child*. | n_hibma | 1999-12-02 | 1 | -2/+2 |
* | Remove check for attached state. | n_hibma | 1999-12-02 | 1 | -3/+0 |
* | Sync with sys/i386/conf/GENERIC revision up to 1.207. | nyan | 1999-12-02 | 2 | -2/+10 |
* | Make sure DESTDIR is set in the environment of mkioctls. This fixes | marcel | 1999-12-02 | 1 | -1/+2 |
* | mention AlphaServer 1000 and AlphaServer DS20 | gallatin | 1999-12-02 | 1 | -0/+2 |
* | Remove the "MCA not supported" from RELNOTES.TXT and add | mdodd | 1999-12-02 | 4 | -5/+53 |
* | Updates for 4.x: | msmith | 1999-12-02 | 1 | -52/+45 |
* | Correct outdated aic entries. | jkh | 1999-12-02 | 4 | -34/+30 |
* | [[ First attempt used -m /tmp/msg rather than -F /tmp/msg ]] | imp | 1999-12-02 | 0 | -0/+0 |
* | Forgotten part of pccardc power command | imp | 1999-12-02 | 1 | -0/+82 |
* | Implement pccardc power command. This allows one to power off | imp | 1999-12-02 | 3 | -1/+20 |
* | /tmp/msg | imp | 1999-12-02 | 2 | -1/+19 |
* | Add bus suffix to mii. | dcs | 1999-12-02 | 1 | -1/+1 |
* | Add if_ prefix to network drivers. | dcs | 1999-12-02 | 1 | -14/+14 |
* | Change the delayed ack time from 200ms to 100ms. | jlemon | 1999-12-02 | 1 | -1/+1 |
* | Remove code to select APM version with flags to the apm0 device. This | jlemon | 1999-12-02 | 7 | -50/+10 |
* | Grammar nit. | billf | 1999-12-02 | 3 | -3/+3 |
* | Allow 2 more characters for Mike's long device names. | jkh | 1999-12-02 | 3 | -9/+9 |
* | Add the AMI MegaRAID and Mylex DAC960 drivers. Installation to arrays | msmith | 1999-12-02 | 2 | -0/+8 |
* | We need COMPAT3X for both i386 and alpha, not just i386. | jkh | 1999-12-02 | 2 | -2/+2 |
* | Add the hostname command for dhcp. | jkh | 1999-12-02 | 2 | -2/+2 |
* | Use m_dup() instead of m_copypacket() to duplicate the mbuf chain. | archie | 1999-12-01 | 1 | -1/+1 |