summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Improved interface handling. This should fix the use of renamed interfacesmlaier2004-11-031-17/+12
* Remove one more redundant 'not'.pjd2004-11-031-1/+1
* Convert to ANSI style function definitions.paul2004-11-035-31/+12
* The ehci_dump() function shouldn't be declared static, as it isiedowse2004-11-031-1/+1
* Put the "Link is up/down" printfs behind bootverbose. gigE is not so uncommonphk2004-11-031-6/+8
* (1) Move from O(n) list copies to O(1) list concatenation, which isrwatson2004-11-031-14/+11
* Make the bootverbose output from qualitydetermination of the ACPI timerphk2004-11-031-5/+6
* Stop dumping the MBR entries under bootverbosephk2004-11-031-2/+2
* Stop wasting a bootverbose line on all geom slices.phk2004-11-031-1/+1
* Stop printing the VGA registers during verbose boot, in order to notphk2004-11-031-1/+1
* Don't print the singularly unhelpful message:phk2004-11-031-1/+1
* Make the KASSERTS in bstrategy() stop claiming to be bwrite().phk2004-11-031-3/+4
* Fix logxfer() by using realpath(3) instead of playing with getwd(3).yar2004-11-031-4/+8
* Merge recent USB2/EHCI related changes from NetBSD:iedowse2004-11-035-94/+194
* Streamline busdma a bit. Inline _bus_dmamap_load_buffer, optimize somescottl2004-11-021-18/+19
* Add an "old-style" entry for the hptmv(4) until it gets a manual page.simon2004-11-022-0/+6
* Remove RFC1644 T/TCP support from the TCP side of the network stack.andre2004-11-0215-854/+41
* - Make ng_timeout() to use callout() interface instead of timeout().glebius2004-11-023-30/+28
* Reduce annoying SCSI probing delay from 15 to 5 seconds in all GENRIC kernels.andre2004-11-028-8/+8
* Fix a harmless error in order of ng_timeout() arguments.glebius2004-11-021-2/+2
* Serial devices now called /dev/cuadXX not /dev/cuaaXXemax2004-11-022-2/+2
* Serial devices now called /dev/cuadXX not /dev/cuaaXXemax2004-11-021-1/+1
* Fix broken ng_h4(4). Basically, do not abuse t_sc field and use new t_lscemax2004-11-021-7/+9
* Replace the last occurence of (long long) and %qd withyar2004-11-021-2/+2
* stty sane should set the echo bits.phk2004-11-021-1/+1
* Add a small regression test that opens a TCP socket, listens on it,rwatson2004-11-022-0/+120
* Acquire the accept mutex in soabort() before calling sotryfree(), asrwatson2004-11-021-0/+1
* This is a forced commit to note that actually pam_strerror()yar2004-11-020-0/+0
* Add support for Asus M6N laptopsphilip2004-11-022-0/+22
* Sort files properly.pjd2004-11-021-2/+2
* Actually put hint.atkbd.0.flags="0x1" in /boot/device.hints on CD-ROMs.ru2004-11-021-2/+3
* Add a man page for the NgATM helper module ngatmbase.harti2004-11-022-0/+123
* Implement TLS relocations for powerpc.ssouhlal2004-11-023-3/+101
* Do the TLS offset allocations before relocations, as otherwise theressouhlal2004-11-021-11/+11
* Add OpenBSD 3.6.maxim2004-11-021-3/+4
* Stay up to date with the latest ATA developments, wheressouhlal2004-11-022-2/+4
* Uncomment options _KPOSIX_PRIORITY_SCHEDULING as it is enabled in thessouhlal2004-11-021-1/+1
* - Change the ddb paging "support" to use a variable (db_lines_per_page) tojhb2004-11-0120-27/+43
* Allow individual application processors to be disabled from the loaderjhb2004-11-011-1/+16
* Removed bogus comment.glebius2004-11-011-2/+0
* o style changes:glebius2004-11-011-13/+11
* When listing the special $ variables, ($!, $#, etc) list them as $!alfred2004-11-011-12/+16
* Do a better job of supporting more than one mouse devicemtm2004-11-014-5/+57
* * Correct an off-by-one reading vpd ro data.obrien2004-11-014-6/+66
* Correct a typo and make the documentation more mdoc(7) complaint.delphij2004-11-011-3/+3
* fix typo in generated /etc/exports: escape all 'obrien2004-11-012-2/+2
* OpenPAM allows passing a NULL "pamh" to pam_strerror() to indicateyar2004-11-011-2/+5
* Remove redundant 'not'.pjd2004-11-011-1/+1
* des added bge(4) support.mlaier2004-11-011-0/+1
* Save cancelflags in signal frame, this fixes a problem thatdavidxu2004-11-014-0/+6
OpenPOWER on IntegriCloud