summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Use pread to implement pread, rather than taking a detour throug stdio.dwmalone2004-03-231-16/+2
* | decode mprotect args while i'm here.alfred2004-03-231-0/+2
* | decode fcntl and mmap arguments.alfred2004-03-233-2/+66
* | Do not copy vm_exitingcnt to the new vmspace in vmspace_exec(). Copyingtjr2004-03-231-1/+2
* | Re-add the hand-optimised assembler versions of some of the ciphersmarkm2004-03-2314-3759/+2861
* | mdoc fixeskientzle2004-03-231-2/+2
* | Change the !MPSAFE boot string to something that doesn't potentiallyobrien2004-03-231-1/+1
* | Emit a traceback when witness_trace is set and witness_warn() isalfred2004-03-231-0/+2
* | Remove another case of grabbing Giant before doing a kthread_exit()wpaul2004-03-221-1/+0
* | Rather than display which interrupts are MPSAFE, display those that aren't.obrien2004-03-221-1/+3
* | Clarify the description of the "established" option.ceri2004-03-221-1/+2
* | Note that only one webnfs share is allowed per NFS server.ceri2004-03-221-0/+3
* | Use the correct length for appending an extended irq resource. This maynjl2004-03-221-1/+1
* | Shorten some printfs to fit better. No other functional changes.njl2004-03-221-6/+6
* | Whitespace and comment changes. No MD5 change to the object file.njl2004-03-221-53/+62
* | Revert 1.22. Go back to "FreeBSD" as our _OS value. Since we now supportnjl2004-03-221-9/+2
* | Bump FreeBSD version to indicate new bus_alloc_resource_any API.njl2004-03-221-1/+1
* | I'm a dumbass: the test in the MOD_SHUTDOWN case in ndis_modevent()wpaul2004-03-221-1/+1
* | if_ndis.c no longer depends on either pci or pccard. Also, add anwpaul2004-03-221-1/+2
* | Commit a message to UPDATING indicating that during network stack lockingrwatson2004-03-221-0/+11
* | Set start_cmd and stop_cmd correctly so the code that extracts the namesdes2004-03-221-4/+3
* | Lock down global variables in if_gre:rwatson2004-03-223-9/+46
* | Use ' rather than ".obrien2004-03-221-1/+1
* | Lock down global variables in if_gif:rwatson2004-03-221-9/+50
* | Forced commit note to explain why NO_POSIX_COMPAT was removed with upgrade.ache2004-03-220-0/+0
* | Move "called", a static function variable used to detect recursiverwatson2004-03-221-4/+11
* | MFi386: revision 1.480.nyan2004-03-221-0/+1
* | On startup, warn if inetd's config file doesn't exist. This isn'tdwmalone2004-03-221-0/+2
* | Use fseeko() to properly support large files.tjr2004-03-221-3/+3
* | Remove some netbsd debug code that crept into rev 1.116ps2004-03-222-8/+0
* | Use errc().tjr2004-03-221-4/+2
* | Add an implementation of uiomove_fromphys() to sparc64. Thisalc2004-03-222-0/+147
* | Just use autoconf-compatible feature macros; don't try to be clever.kientzle2004-03-222-4/+9
* | Add an observation by Dijkstra software engineering.grog2004-03-221-0/+17
* | Rename 'ddpcb' variable to 'ddpcb_list' to better distinguish it fromrwatson2004-03-223-8/+8
* | Rename 'at_ifaddr' list to 'at_ifaddr_list' so that the variable isrwatson2004-03-226-23/+23
* | Compare pointers with NULL rather than 0, or treating them as boolans inrwatson2004-03-226-13/+14
* | MAC addresses are 8 bits in ARCNET. Adjust bcopy().mdodd2004-03-221-2/+2
* | Also modify ddp_input.c with the following changes previously appliedrwatson2004-03-221-90/+90
* | Since I have my hands all over netatalk adding locking and restructuringrwatson2004-03-225-582/+582
* | Remove WFORMAT, style.Makefile(5).obrien2004-03-221-5/+5
* | Dont count bytes being sent to a disconnected hook.julian2004-03-221-4/+4
* | Share the i386 boot manual page.obrien2004-03-221-0/+3
* | The Intel 2200BG NDIS driver does an alloca() of about 5000 byteswpaul2004-03-223-8/+32
* | The kthread_create() API is supposed to allow you to create threadswpaul2004-03-221-3/+4
* | Add an implementation of uiomove_fromphys() for i386. This implementationalc2004-03-212-0/+133
* | Make if_ndis_pci.c and if_ndis_pccard.c use bus_alloc_resource() againwpaul2004-03-212-12/+12
* | Login classes are not "unused."dannyboy2004-03-211-1/+2
* | Quote NM in case you need to force it to something with args.obrien2004-03-211-1/+1
* | Give a more reasonable CPU time to the threads which are using schedulerobrien2004-03-211-6/+3
OpenPOWER on IntegriCloud