summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Move definition of nl_item type to <sys/_types.h>, so that it can bemike2002-09-182-1/+6
* Mostly rewrite the flag handling of uname(1) to be overridable, such as:jmallett2002-09-182-70/+171
* Make obrien happy. Add a bad awk script which emulates as much ofwollman2002-09-181-0/+57
* Use relatively new visibility primitives for conditionals. Documentmike2002-09-181-6/+13
* Add a toggle to disable VM enforcement.rwatson2002-09-189-0/+63
* At the cost of seeming a little gauche, make use of more traditionalrwatson2002-09-189-36/+36
* Don't call VOP_LEASE() while holding the accounting mutex.rwatson2002-09-181-1/+1
* MFC: Elan support;sam2002-09-171-0/+6
* style(9): line up function namesmike2002-09-171-8/+8
* Move common use of if (DEBUG(FOO)) printf... to DEBUGF(FOO, ...), usingjmallett2002-09-1713-431/+172
* Use the relatively new visibility primitives for conditionals.mike2002-09-171-3/+3
* o Add typedefs for mode_t, off_t, pid_t rather than includingmike2002-09-171-13/+37
* Guido reported an interesting bug where an FTP connection between adillon2002-09-172-10/+46
* #define<space> -> #define<tab>jmallett2002-09-1719-155/+155
* Print debugging from DEBUG(VAR) level to stderr. About to macroise this.jmallett2002-09-171-6/+6
* Fixed editing error in previous commit (*blush*).bde2002-09-172-2/+2
* Use consistent terminology in the usage message, the man pagejdp2002-09-172-10/+10
* Don't depend on <sys/types.h> pollution in <sys/fcntl.h>.mike2002-09-172-0/+2
* Rename new PLONG type to PGTOK as the conversion is more important than thejmallett2002-09-173-4/+4
* Fix standard kse breakge of non-x86 platforms. sigh.jake2002-09-172-18/+2
* Check for FD_SET overruns.nectar2002-09-171-0/+8
* Only include parent directory Makefile.inc if it exists. Now you canjhb2002-09-171-1/+3
* Fixed unsorting of SRCS.bde2002-09-172-4/+4
* - increment interface output counter. sync w/ netbsd-currentume2002-09-171-2/+11
* Firewire device support for Apple eMac with PPC kernel.ikob2002-09-174-1/+29
* Regen:sheldonh2002-09-171-50/+134
* Add /dev/soekris-errled device to control the Error-LED on Soekris cards/boxes.phk2002-09-171-23/+136
* Remove __RCSID().sobomax2002-09-172-6/+0
* Fix vsnprintf(3) memory leak for size == 0.maxim2002-09-171-0/+6
* Explicitly clear M_FRAG flag on a mbuf with the last fragment to unbreakmaxim2002-09-171-1/+2
* In rare cases when there is no room for ip options ip_insertoptions()maxim2002-09-171-1/+3
* Don't reference cpu_fxsr unless CPU_ENABLE_SSE is defined. This fixes kernelsobomax2002-09-172-4/+16
* reject private IPv4 addrsume2002-09-171-0/+3
* - reject SIOCSIFADDR if embedded address is in private address rangeume2002-09-171-1/+26
* Re-axe.bde2002-09-171-31/+0
* Make `as' compile before it is axed. It still uses the archaic BSDbde2002-09-171-0/+2
* Un-axe this so that it can be fixed before it is axed.bde2002-09-171-0/+29
* The previous commit also removed the addition of userland include files topeter2002-09-170-0/+0
* Make netatm/spans compile in the kernel without depending on userlandpeter2002-09-175-6/+383
* Update man page to reflect current implementation.truckman2002-09-171-6/+12
* Fix a hard sentence break.truckman2002-09-171-2/+2
* Add stub function for cpu_set_upcall_kse()peter2002-09-171-0/+7
* #if 0 out the following functions:peter2002-09-171-2/+9
* Make this compile after the last kse commit.peter2002-09-171-1/+1
* Argh. I've been reading makefiles for too long. Change comment to apeter2002-09-172-8/+16
* Stub out the calls to get_mcontext and set_mcontext which only exist onpeter2002-09-172-0/+20
* Add i386 to the list of architectures that libc_r is broken on. Thispeter2002-09-172-2/+2
* It seems I accidently committed a change that removed the userland includespeter2002-09-171-2/+0
* Bandaid to stop failing on non-i386 platforms.peter2002-09-171-0/+5
* Make _fetch_connect() always set the error code.fenner2002-09-172-4/+5
OpenPOWER on IntegriCloud