summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed printf format errors and style bugs in rev.1.92. This is the versionbde2002-08-251-2/+3
* Oops, the previous commit wasn't the version that I meant to commit (itbde2002-08-251-78/+9
* Add suspend and resume support.orion2002-08-251-8/+45
* Add a sentence on the TCP retransmission timer changesdillon2002-08-252-0/+28
* Add A section on the retransmit timer sysctls.dillon2002-08-251-0/+13
* Fixed editing errors in rev.1.4 which manifested as printf format errorsbde2002-08-251-2/+2
* Fixed printf format errors and style bugs in previous commit.bde2002-08-251-9/+78
* Reorg just a tad to better express our bzip intentions.obrien2002-08-251-6/+6
* Find remaining hardcoded gzip bits and change to bzip2 bits.obrien2002-08-253-9/+15
* o Retire vm_page_zero_fill() and vm_page_zero_fill_area(). Ever sincealc2002-08-2511-37/+10
* Fixed white space around operators, casts and reserved words.jake2002-08-242-32/+30
* Use 'p' as the partition specifier instead of 's'. We continue to usemarcel2002-08-241-2/+5
* Really add new fxp(4) adapter names this time.bmah2002-08-241-1/+2
* return x; -> return (x);jake2002-08-242-43/+43
* Preserve suid/gid permissions when extracting packages remotellylioux2002-08-241-1/+1
* Be sure to unregister from sndstat on unregister. Gets rid of phantomnsayer2002-08-241-0/+1
* o Use vm_object_lock() in place of directly locking Giant.alc2002-08-241-12/+12
* o Use vm_object_lock() in place of Giant when manipulating a vm objectalc2002-08-241-2/+2
* Fix a bug in __ivaliduser_sa() which caused some rsh/rlogin attemptsjdp2002-08-241-5/+5
* Correct bug in t_bw_rtttime rollover, #undef USERTTdillon2002-08-242-2/+10
* Update the list of chips and cards supported by this driver.bmah2002-08-241-3/+5
* There is a built-in command called "builtin"; spell its name correctlytjr2002-08-241-1/+1
* Use "kbytes" instead of "blocks" in messages as this is reallyschweikh2002-08-241-2/+2
* Fix typos: s/O2Mirco/O2Micro/blackend2002-08-241-6/+6
* Don't show the process ID of background jobs that have terminated,tjr2002-08-241-1/+1
* &x is not a format stringkris2002-08-241-1/+1
* o Resurrect vm_object_lock() and vm_object_unlock() from revision 1.19.alc2002-08-241-0/+6
* Work around a GCC optimization bug on ia64: In link_elf_symbol_values(),marcel2002-08-242-4/+4
* check packet length before fetching ESP crypto checksum.ume2002-08-241-0/+8
* Make this compile again (libgmd now is a port, and remove someluigi2002-08-242-11/+34
* Mention the special pathname @__CWD__@luigi2002-08-241-3/+11
* Use `uint32_t' instead of `unsigned long', since the code assumes 32-bitnectar2002-08-241-30/+29
* Add some \n's to printf()speter2002-08-241-5/+5
* Fix unit wiring. Also, change the variable "hit" to "wired" so that itpeter2002-08-241-11/+9
* Note that <sys/types.h> in no longer a prerequisite for <utime.h> andmike2002-08-248-8/+0
* Add time_t typedef for POSIX compatibility, move an include.mike2002-08-241-2/+8
* style: put return types on a line by themselves.alfred2002-08-247-259/+518
* style:alfred2002-08-239-372/+737
* Put return values from functions on a line by themselves.alfred2002-08-231-36/+72
* Move the TAILQ_INIT(&td->td_selq) before the retry: label. Otherwise inpeter2002-08-231-4/+2
* New release note: MAC (mostly a placeholder for now).bmah2002-08-232-6/+26
* s/_BSD_VA_LIST_/__va_list/. The former type doesn't exist anymore.marcel2002-08-231-1/+1
* Ok, somebody please shoot me. The asm I wrote for the ranged IPI shootdownpeter2002-08-233-3/+3
* Make sure channel buffer start is associated with channel, otherwiseorion2002-08-231-3/+3
* Add the complex state TDS_SUSP_SLP.julian2002-08-231-1/+2
* Don't use "NULL" when "0" is really meant.archie2002-08-231-1/+1
* o Fix namespace issues in <sys/mman.h>.mike2002-08-233-25/+67
* Add Netgear GA621, uvisor(4) devices.bmah2002-08-232-4/+34
* New hardware list additions: mpt and pst devices.bmah2002-08-232-0/+42
* New release notes: mpt driver, pst driver.bmah2002-08-232-2/+18
OpenPOWER on IntegriCloud