summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Complain if we cannot find loader(8) metadata.peter2000-09-033-0/+6
* Find the module metadata before the console init rather than after.peter2000-09-031-2/+4
* Allow one to specify what the installed kernel's name is by settingobrien2000-09-031-3/+11
* This is real released software, let people think that.obrien2000-09-031-0/+1
* Clean up now that setproctitle() is in libc.grog2000-09-033-3/+1
* remove opt_devfs.hcg2000-09-022-2/+2
* update for phk's last devfs commitcg2000-09-021-10/+1
* Move `NOPROFILE' and `NOPERL' to be with the reset of their "NO" brethren.obrien2000-09-022-12/+4
* Move the kernel's "cflags" to be next to the world ones.obrien2000-09-022-10/+10
* Don't use libutil now that setproctitle() is in libcbrian2000-09-024-6/+0
* Remove libutil - setproctitle() is now in libcbrian2000-09-022-5/+0
* Modify extended attribute protection model to authorize based onrwatson2000-09-024-119/+78
* Fix wordingwilko2000-09-021-1/+1
* Avoid the modules madness I inadvertently introduced by making thephk2000-09-0245-417/+104
* add a missing return statement, doh.cg2000-09-021-0/+1
* Add ACPI_BUS_SPACE stuff definitions in acpi_machdep.h.iwasaki2000-09-024-3/+39
* Bite the bullet and provde memcmp() and memset(), this will be cheaperphk2000-09-023-25/+20
* Oops, only memset() is unsupported.phk2000-09-021-1/+0
* Purposely break kernel code which uses memset and memcpy to prevent peoplephk2000-09-021-0/+9
* Move svr4 here as well...phk2000-09-021-17/+17
* access() shouldn't diddle with the contents of a potentially sharedtruckman2000-09-022-16/+36
* - Add AS1200/Tincup descriptionwilko2000-09-021-31/+87
* Don't check for ohci/uhci to be loaded, check for the usb module.n_hibma2000-09-022-6/+4
* Document AS1200 ("Tincup") as tested successfully.wilko2000-09-021-0/+3
* Don't try to set the mtime of the output file if it's not a regular file.des2000-09-021-1/+2
* Err, we weren't even compiling auth1.c with LOGIN_CAP at all. Guess nobodykris2000-09-023-2/+2
* Repair a broken conflict resolution in r1.2 which had the effect of nullifyingkris2000-09-021-23/+23
* Repair my dyslexia: s/opt/otp/ in the OPIE challenge. D'oh!kris2000-09-021-2/+2
* Re-add missing "break" which was lost during a previous patchkris2000-09-021-0/+1
* Turn on X11Forwarding by default on the server. Any risk is to the client,kris2000-09-022-2/+2
* setproctitle() requires unistd.h and not libutil.h/-lutilbrian2000-09-021-3/+1
* libutil.h is no longer required for setproctitle()brian2000-09-021-5/+0
* libutil is no longer required as setproctitle() has moved to libcbrian2000-09-022-5/+2
* Move setproctitle() from libutil to libc (after a repo-copy)brian2000-09-028-257/+12
* A quick fix to get around a problem (described below) with cia basedgallatin2000-09-022-3/+5
* Define some more bits in CSR15 needed for previous change.wpaul2000-09-022-0/+8
* Make the blinkylights on non-MII 21143 cards work. We need to enablewpaul2000-09-012-0/+22
* If a base address register has been set up by the BIOS, but the relevantmsmith2000-09-012-12/+26
* List opt_asr.h for creation, as it's expected by the 'asr' driver in amsmith2000-09-011-0/+3
* Document the tap drivernsayer2000-09-012-0/+4
* Move the 'asr' driver to cdev major 154, since 97 is already taken.msmith2000-09-012-1/+2
* Change the probing order priority of acpi so that acpi is probed afteriwasaki2000-09-011-1/+1
* change mixer api slightlycg2000-09-0125-249/+627
* o Simplify if/then clause equating ESRCH with ENOENT when hiding a processrwatson2000-09-012-10/+4
* o Synchronize linprocfs authorization with procfs authorization improvementsrwatson2000-09-012-76/+58
* Note in release notes that: which(1) and killall(1) are now Cbmah2000-09-012-0/+10
* add 32bit formats and a couple of ioctlscg2000-09-011-26/+36
* Reflect the MFC of: Posix.1b shared memory objects, OpenSSL 0.9.5a,bmah2000-09-012-6/+6
* Match IPPROTO_ICMP with IP protocol field of the original IPru2000-09-012-4/+4
* o Make procfs use vaccess() for procfs_access() DAC and super-user checks,rwatson2000-09-012-56/+8
OpenPOWER on IntegriCloud