summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-2529-59/+80
* Replace various spellings with FALLTHROUGH which is lint()ablecharnier2002-08-254-14/+14
* Reformat the mvterm entry to fit mostly in an 80 column terminal.schweikh2002-08-251-11/+14
* Oops, the previous commit messages should have said that the previousbde2002-08-250-0/+0
* Turned format checking back on. It was left turned off for too long afterbde2002-08-252-14/+2
* Remove a repeated word.chris2002-08-251-1/+1
* Remove extra args to printfimp2002-08-251-2/+2
* Add new sysctl MIB (hw.acpi.sleep_delay) to specify the delay (iniwasaki2002-08-252-0/+9
* Don't give up on a remote log host when we get a EHOSTUNREACH orcjc2002-08-251-3/+20
* Check if a host argument is a IPv6 presentation format address beforecjc2002-08-251-6/+6
* o Retire pmap_pageable(). It's an advisory routine that nonealc2002-08-2510-139/+0
* Only create a temporary file if we are actually going to do somethingcjc2002-08-257-7/+7
* Lock the sysctl(8) knobs that turn ip{,6}fw(8) firewalling andcjc2002-08-252-6/+11
* Reformat some comments to fit in 80 columns andjulian2002-08-251-30/+28
* Make this compile without needing NO_WERROR.peter2002-08-251-1/+1
* Add a -C ala GNU make(1) for Makefiles which are too lazy to use $(MAKE) andjmallett2002-08-253-3/+11
* 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
OpenPOWER on IntegriCloud