| Commit message (Expand) | Author | Age | Files | Lines |
* | Improved interface handling. This should fix the use of renamed interfaces | mlaier | 2004-11-03 | 1 | -17/+12 |
* | Remove one more redundant 'not'. | pjd | 2004-11-03 | 1 | -1/+1 |
* | Convert to ANSI style function definitions. | paul | 2004-11-03 | 5 | -31/+12 |
* | The ehci_dump() function shouldn't be declared static, as it is | iedowse | 2004-11-03 | 1 | -1/+1 |
* | Put the "Link is up/down" printfs behind bootverbose. gigE is not so uncommon | phk | 2004-11-03 | 1 | -6/+8 |
* | (1) Move from O(n) list copies to O(1) list concatenation, which is | rwatson | 2004-11-03 | 1 | -14/+11 |
* | Make the bootverbose output from qualitydetermination of the ACPI timer | phk | 2004-11-03 | 1 | -5/+6 |
* | Stop dumping the MBR entries under bootverbose | phk | 2004-11-03 | 1 | -2/+2 |
* | Stop wasting a bootverbose line on all geom slices. | phk | 2004-11-03 | 1 | -1/+1 |
* | Stop printing the VGA registers during verbose boot, in order to not | phk | 2004-11-03 | 1 | -1/+1 |
* | Don't print the singularly unhelpful message: | phk | 2004-11-03 | 1 | -1/+1 |
* | Make the KASSERTS in bstrategy() stop claiming to be bwrite(). | phk | 2004-11-03 | 1 | -3/+4 |
* | Fix logxfer() by using realpath(3) instead of playing with getwd(3). | yar | 2004-11-03 | 1 | -4/+8 |
* | Merge recent USB2/EHCI related changes from NetBSD: | iedowse | 2004-11-03 | 5 | -94/+194 |
* | Streamline busdma a bit. Inline _bus_dmamap_load_buffer, optimize some | scottl | 2004-11-02 | 1 | -18/+19 |
* | Add an "old-style" entry for the hptmv(4) until it gets a manual page. | simon | 2004-11-02 | 2 | -0/+6 |
* | Remove RFC1644 T/TCP support from the TCP side of the network stack. | andre | 2004-11-02 | 15 | -854/+41 |
* | - Make ng_timeout() to use callout() interface instead of timeout(). | glebius | 2004-11-02 | 3 | -30/+28 |
* | Reduce annoying SCSI probing delay from 15 to 5 seconds in all GENRIC kernels. | andre | 2004-11-02 | 8 | -8/+8 |
* | Fix a harmless error in order of ng_timeout() arguments. | glebius | 2004-11-02 | 1 | -2/+2 |
* | Serial devices now called /dev/cuadXX not /dev/cuaaXX | emax | 2004-11-02 | 2 | -2/+2 |
* | Serial devices now called /dev/cuadXX not /dev/cuaaXX | emax | 2004-11-02 | 1 | -1/+1 |
* | Fix broken ng_h4(4). Basically, do not abuse t_sc field and use new t_lsc | emax | 2004-11-02 | 1 | -7/+9 |
* | Replace the last occurence of (long long) and %qd with | yar | 2004-11-02 | 1 | -2/+2 |
* | stty sane should set the echo bits. | phk | 2004-11-02 | 1 | -1/+1 |
* | Add a small regression test that opens a TCP socket, listens on it, | rwatson | 2004-11-02 | 2 | -0/+120 |
* | Acquire the accept mutex in soabort() before calling sotryfree(), as | rwatson | 2004-11-02 | 1 | -0/+1 |
* | This is a forced commit to note that actually pam_strerror() | yar | 2004-11-02 | 0 | -0/+0 |
* | Add support for Asus M6N laptops | philip | 2004-11-02 | 2 | -0/+22 |
* | Sort files properly. | pjd | 2004-11-02 | 1 | -2/+2 |
* | Actually put hint.atkbd.0.flags="0x1" in /boot/device.hints on CD-ROMs. | ru | 2004-11-02 | 1 | -2/+3 |
* | Add a man page for the NgATM helper module ngatmbase. | harti | 2004-11-02 | 2 | -0/+123 |
* | Implement TLS relocations for powerpc. | ssouhlal | 2004-11-02 | 3 | -3/+101 |
* | Do the TLS offset allocations before relocations, as otherwise there | ssouhlal | 2004-11-02 | 1 | -11/+11 |
* | Add OpenBSD 3.6. | maxim | 2004-11-02 | 1 | -3/+4 |
* | Stay up to date with the latest ATA developments, where | ssouhlal | 2004-11-02 | 2 | -2/+4 |
* | Uncomment options _KPOSIX_PRIORITY_SCHEDULING as it is enabled in the | ssouhlal | 2004-11-02 | 1 | -1/+1 |
* | - Change the ddb paging "support" to use a variable (db_lines_per_page) to | jhb | 2004-11-01 | 20 | -27/+43 |
* | Allow individual application processors to be disabled from the loader | jhb | 2004-11-01 | 1 | -1/+16 |
* | Removed bogus comment. | glebius | 2004-11-01 | 1 | -2/+0 |
* | o style changes: | glebius | 2004-11-01 | 1 | -13/+11 |
* | When listing the special $ variables, ($!, $#, etc) list them as $! | alfred | 2004-11-01 | 1 | -12/+16 |
* | Do a better job of supporting more than one mouse device | mtm | 2004-11-01 | 4 | -5/+57 |
* | * Correct an off-by-one reading vpd ro data. | obrien | 2004-11-01 | 4 | -6/+66 |
* | Correct a typo and make the documentation more mdoc(7) complaint. | delphij | 2004-11-01 | 1 | -3/+3 |
* | fix typo in generated /etc/exports: escape all ' | obrien | 2004-11-01 | 2 | -2/+2 |
* | OpenPAM allows passing a NULL "pamh" to pam_strerror() to indicate | yar | 2004-11-01 | 1 | -2/+5 |
* | Remove redundant 'not'. | pjd | 2004-11-01 | 1 | -1/+1 |
* | des added bge(4) support. | mlaier | 2004-11-01 | 1 | -0/+1 |
* | Save cancelflags in signal frame, this fixes a problem that | davidxu | 2004-11-01 | 4 | -0/+6 |