aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix a race between the syncer and umount. When you umount a softupdatesMatthew Dillon2001-01-301-12/+38
* | Update release notes: devfs(5) now in GENERIC, libc_r changes.Bruce A. Mah2001-01-302-6/+12
* | Remove some leftovers from the CMAP* stuff in globaldata and thePeter Wemm2001-01-3010-70/+20
* | Remove unused GD_CPU_LOCKID, GD_OTHER_CPUS, PS_IDLESTACK andPeter Wemm2001-01-302-8/+0
* | Remove unnecessary locking to protect the p_upages_obj and p_addrJohn Baldwin2001-01-303-22/+0
* | - Use the right name for the proctree lock in the locking key.John Baldwin2001-01-301-4/+14
* | Update for security advisories: 01:11, 01:12, 01:13, BIND fix/update.Bruce A. Mah2001-01-292-4/+28
* | Put picobsd build scripts in sync with the ones in -STABLE.Luigi Rizzo2001-01-293-75/+80
* | Unbreak world by correctly specifying the prototype for __sys_aio_suspend.Daniel Eischen2001-01-293-3/+3
* | Add option ATA_ENABLE_WC for enabling write caching (now off by default).Søren Schmidt2001-01-292-2/+8
* | Add text for option ATA_ENABLE_WC.Søren Schmidt2001-01-292-0/+8
* | AARGH! This does not mix too well with the -o noatime mount option.Peter Wemm2001-01-291-1/+6
* | Flesh out EFI support somewhat.Doug Rabson2001-01-292-45/+591
* | Supply a stub bpf_validate() (always returning false - the script is notPeter Wemm2001-01-293-5/+18
* | Use M_PANIC instead of if (sc == NULL) panic();Peter Wemm2001-01-291-1/+2
* | Remove unused variable 'int n;'Peter Wemm2001-01-291-1/+0
* | Add M_PANIC flag to the list of available flags passed to malloc().Boris Popov2001-01-292-2/+7
* | Stop counting sppp interfaces, we were just testing its presence to givePeter Wemm2001-01-298-47/+1
* | Convert mca (microchannel bus support) from something that we countPeter Wemm2001-01-2915-46/+47
* | Add a few ``const''s to silence some -Wwrite-strings warningsBrian Somers2001-01-292-14/+18
* | Zap silly #if NPCI > 0 and the hoops that we jump through for the modulePeter Wemm2001-01-293-16/+2
* | Yikes, these files bogusly #include "loop.h" but didn't use the value.Peter Wemm2001-01-293-6/+0
* | Convert 'count en', 'count lnc', 'count fpa', 'count loop' and 'count ar'Peter Wemm2001-01-291-5/+5
* | Remove unused #include "lnc.h"Peter Wemm2001-01-291-1/+0
* | Make the number of loopback interfaces dynamically tunable. Why onePeter Wemm2001-01-292-18/+80
* | Fix 'tunefs -p'Ben Smithurst2001-01-291-0/+1
* | Remove unused #include "snp.h"Peter Wemm2001-01-292-2/+0
* | Convert ata and atapi #if NATA* > 0 to options instead. Stop configPeter Wemm2001-01-294-38/+34
* | Use <sys/queue.h> instead of home-rolled list.Poul-Henning Kamp2001-01-293-16/+16
* | Turn '#if NSNP > 0' into an option.Peter Wemm2001-01-293-7/+10
* | Send "#if NISA > 0" to the bit-bucket and replace it with an option.Peter Wemm2001-01-2921-70/+61
* | I confess. This is a truely nasty hack. I am so ashamed!Peter Wemm2001-01-291-0/+57
* | Style police.Dag-Erling Smørgrav2001-01-291-5/+5
* | Fix some log_Printf() castingBrian Somers2001-01-292-8/+6
* | Gag. These compiled because I had a stray "eisa.h" in my config dir.Peter Wemm2001-01-292-4/+0
* | Remove stray #include "isa.h"Peter Wemm2001-01-292-4/+0
* | Replace the full path to sysinstall with a standard manual pageSheldon Hearn2001-01-291-1/+1
* | This patch reestablishes the spec_fsync() guarentee that synchronousMatthew Dillon2001-01-292-14/+32
* | change 'count eisa' to 'optional eisa' and update the only consumerPeter Wemm2001-01-296-616/+28
* | Add static dependency to libisc to get isc_movefile().Jeroen Ruigrok van der Werven2001-01-291-0/+11
* | Fix a braino in ccd's clone routine.Poul-Henning Kamp2001-01-292-2/+2
* | Back out rev 1.102. The IBM DNES drives work fine for me, jedgar and otherKenneth D. Merry2001-01-291-11/+0
* | _exit in libc is now __sys_exit not __sys__exit.Daniel Eischen2001-01-297-21/+21
* | Clean up syscall generation in libc by removing HIDDEN_SYSCALLSDaniel Eischen2001-01-2924-254/+79
* | Don't hard-code alignment and data declarations valid for 64-bitMarcel Moolenaar2001-01-291-3/+5
* | o Add explicit alignment to linker set definitions. On i386, dataMarcel Moolenaar2001-01-291-8/+2
* | Only remove socket files with ``set server open''.Brian Somers2001-01-295-21/+31
* | Ignore leading witespace in the string given to PacketAliasProxyRule().Brian Somers2001-01-292-0/+2
* | Add static dependency on libisc.a to get isc_movefile() on which namedJeroen Ruigrok van der Werven2001-01-281-0/+11
* | Update Makefile for the new sources.Jeroen Ruigrok van der Werven2001-01-281-1/+5