summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Hide udp_in6 behind #ifdef INET6phk2004-11-041-0/+2
* Create a separate directory for dynamic zones which is owned by the bindgshapiro2004-11-042-0/+16
* Document the fact that blackhole routes normally need to be boundbms2004-11-041-0/+10
* When performing IP fast forwarding, immediately drop traffic which isbms2004-11-041-0/+6
* Document the fact that the flags for a FreeBSD kernel routing tablebms2004-11-041-0/+6
* Stop listening to bug reports with wrong solutions and commit a fix to the 'obrien2004-11-042-2/+2
* Until this change, the UDP input code used global variables udp_in,rwatson2004-11-041-57/+24
* Revert most of 1.109. Although it improved the situation on one particularjhb2004-11-031-42/+12
* Be more clear that "bridged" is a synonym for "layer2".ceri2004-11-031-1/+2
* Make a more whole-hearted attempt at GEOM'ifying NTFS.phk2004-11-033-9/+21
* Always initialize bo_private along with bo_ops in getnewvnode().phk2004-11-031-1/+1
* Allow the -f argument to work.ceri2004-11-031-1/+1
* The synchronization provided by vm object locking has eliminated thealc2004-11-0310-30/+5
* Restore TTYDEF_LFLAG to set echo bits.phk2004-11-032-3/+5
* Update the list of package names/descriptions.kensmith2004-11-031-0/+7
* Don't use atomic ops to increment interrupt stats. This was only done onscottl2004-11-032-6/+6
* Introduce the PRECIOUSPROG knob in bsd.prog.mk, similarru2004-11-0317-16/+23
* Fix kernel build (caused by recent ng_{un}timeout API change)emax2004-11-035-23/+23
* Revert a WIP change that shouldn't have been in last commit.paul2004-11-031-4/+2
* Remove extra 's'.pjd2004-11-031-2/+2
* Be more correct.pjd2004-11-031-2/+2
* 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
OpenPOWER on IntegriCloud