summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* GC old a.out and K&R support.imp2006-05-231-9/+0
* When usb_event_thread() first starts, wait significantly longeriedowse2006-05-231-5/+14
* Allow uart(4)'s ns8250 driver to work with devices whose regshift is > 0.benno2006-05-232-25/+18
* Avoid spurious release of an rtentry.tanimura2006-05-231-3/+3
* Use macros instead of hardcoding the address for SACOM1. Also don'tcognet2006-05-223-4/+7
* New release notes: ipfwpcap(8), jemalloc.bmah2006-05-222-2/+32
* GC these crt{begin,end}.c, which are unused since the last FreeBSD platformmarius2006-05-222-114/+0
* - Document the new Read_Node_List command, autodetection of HCI nodes andmarkus2006-05-221-8/+9
* - Add HCI node autodetection. As a consequence of this, make the '-n'markus2006-05-223-7/+89
* Remove (now unused) crp_mac field.pjd2006-05-221-1/+0
* Fix usage of HMAC algorithms via /dev/crypto.pjd2006-05-221-10/+10
* Fix HMACs handling with uio's by not using crp_mac for storing calculatedpjd2006-05-223-10/+13
* - Fix the busname in the DRIVER_MODULE.nyan2006-05-221-1/+8
* Protect the sc_needwakeup field with the sc_freeqlock mutex.pjd2006-05-221-4/+11
* Improve the code responsible for waking up the crypto_proc thread.pjd2006-05-221-14/+11
* Don't wakeup the crypto_ret_proc thread if it is running already.pjd2006-05-221-2/+3
* Don't set cc_kqblocked twice and don't increment cryptostats.cs_kblockspjd2006-05-221-2/+0
* Document how we synchronize access to the fields in the cryptocappjd2006-05-221-6/+13
* We must synchronize access to cc_qblocked, because there could be a racepjd2006-05-221-17/+4
* s/packages/packets/joel2006-05-221-2/+2
* Add manual page for ipfwpcap(8).joel2006-05-222-1/+130
* o Correct comments: remove a reference to non-existent gdbinit.9 man page;maxim2006-05-221-3/+2
* Add missing case for RQSTYPE_CTIO3- neede for 64 bit target mode.mjacob2006-05-221-0/+1
* Reflect int -> size_t changes in glob.hache2006-05-221-3/+3
* Remove bzero/bcopy vestigesmjacob2006-05-221-21/+87
* Remove bzero/bcopy vestiges.mjacob2006-05-221-7/+12
* remove bzero/bcopy vestigesmjacob2006-05-221-3/+3
* add TGT_ANY definemjacob2006-05-221-0/+1
* Fix longstanding bug where exec throttle is 16 bits- not 8.mjacob2006-05-221-1/+1
* Reflect size_t changes in glob.hache2006-05-221-22/+23
* Add size_t declarationache2006-05-221-0/+6
* Make gl_offs size_t too, as required by POSIXache2006-05-221-2/+2
* Remove pending actions asked in comments for SHLIB_MAJOR bump, done.ache2006-05-221-2/+0
* Use size_t for gl_pathc as asked in the libc's Makefile:ache2006-05-221-1/+1
* Remove the kludge, as asked in the Makefile:ache2006-05-221-3/+0
* New release notes: acpi_dock(4), netcat from OpenBSD 3.9.bmah2006-05-222-2/+18
* When allocating a bucket to hold a free'd item in UMA fails, don'trwatson2006-05-211-2/+1
* o Fix a comment: ufs2_dinode.di_blocks counts blocks not bytes actually held.maxim2006-05-211-1/+1
* o Fix a comment: directory whiteout type is DT_WHT not DT_W.maxim2006-05-211-1/+1
* o In udp|rip_disconnect() acquire a socket lock before the socketmaxim2006-05-212-2/+6
* o Add missed error check: in ip_ctloutput() sooptcopyin() returns amaxim2006-05-211-0/+4
* Resolve conflicts.delphij2006-05-212-84/+156
* This commit was generated by cvs2svn to compensate for changes in r158795,delphij2006-05-213-113/+244
|\
| * Import netcat from OpenBSD 3.9-RELEASE.delphij2006-05-215-192/+393
* | Bump library majro version for gethostbyaddr(3).ume2006-05-214-2/+4
* | Nuke some compatibility crufts of resolver for 6.X and earlier.ume2006-05-213-15/+0
* | Fix gethostbyaddr() prototype to conform to IEEE Std 1003.1 on 64 bitume2006-05-212-32/+22
* | Return EAI_OVERFLOW instead of EAI_MEMORY when the supplied buffer isume2006-05-214-7/+11
* | Upgrade res_update(3) and the friends to BIND9's one excluding TSIGume2006-05-2115-998/+120
* | This commit was generated by cvs2svn to compensate for changes in r158782,ume2006-05-214-0/+2201
|\ \
OpenPOWER on IntegriCloud