summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix some warnings on 64 bit platforms.peter2001-11-171-1/+4
* When laying out objects in a ZONE_INTERRUPT zone, allow them to crossjlemon2001-11-171-2/+4
* utime/stime.tv_sec are elapsed times, not relative to 1970. We canpeter2001-11-171-4/+4
* Zap a number of #ifdef sunos blocks, and all of the `register'iedowse2001-11-177-102/+53
* You cannot cast a time_t to quad_t and printf it with %lld. quad_t ispeter2001-11-161-2/+2
* Give a sensible error message when the filesystem to be dumped isiedowse2001-11-161-4/+7
* Fix a number of misspellings of "dependency" and "dependencies" iniedowse2001-11-166-21/+21
* Handle the IBCS2 FIONREAD ioctl. I have only tested that thisiedowse2001-11-161-0/+1
* Axe SMP support, the ses device, and the atapifd device from the kern.flpjhb2001-11-161-0/+3
* Correctly call THREAD_UNLOCK() if the recursive call trap is sprung.phk2001-11-161-0/+2
* Except for a comment in zone.tab (about the location of the ISO 3166 table),wollman2001-11-168-16/+3
* Back out the previous fix to the leading zero problem, I hadn'tphk2001-11-161-2/+0
* Reject leading zeros in dev_stdclone().phk2001-11-161-0/+2
* o Allow rarpd to accept an additional '-t directory' argument, specifyingrwatson2001-11-162-1/+17
* o Update licenses, comments.rwatson2001-11-162-1/+8
* Create link from directory.3 to readdir_r.3.dd2001-11-161-2/+2
* Regenerate with 1.19 of pccarddevsimp2001-11-161-8/+77
* Merge in most (hopefully all) of the devices that OpenBSD has thatimp2001-11-161-3/+40
* o Reflect moving of extattr_namespace calls to libc from libutil; norwatson2001-11-163-9/+0
* o Reflect repo-copy of extattr.[c3] from libutil to libc, movingrwatson2001-11-164-183/+7
* o Document 'nocheckmail' login capability.rwatson2001-11-161-0/+1
* o Add support for a 'nocheckmail' capability, which (if true) preventsrwatson2001-11-161-9/+12
* Don't cleandir also if MODULES_WITH_WORLD.matusita2001-11-161-1/+1
* Use the md device not olny a version of the system is 5 but 5 and over.nyan2001-11-161-3/+3
* Cosmetic tweak to eliminate some diffspeter2001-11-161-2/+0
* Merge another missing part of i386/pmap.c rev 1.220. Dont blindly clearpeter2001-11-161-1/+2
* Although the 'bool' type is referenced in the list of capabilities, itrwatson2001-11-161-0/+3
* Oops, I accidently merged a whitespace error from the original commit.peter2001-11-164-4/+4
* Merge rev 1.264 from i386/pmap.c (tegge via alfred):peter2001-11-162-2/+8
* Merge rev 1.202 from i386/pmap.c (back in 1998 by John Dyson):peter2001-11-162-0/+6
* Merge rev 1.293 of i386/pmap.c - skip PG_UNMANAGED in pmap_collect()peter2001-11-162-2/+2
* Converge/fix some debug code (#if 0'ed on alpha, but whatever)peter2001-11-163-43/+33
* Converge with i386/pmap.c - dont refer to curproc, use curthread.peter2001-11-162-4/+4
* Switch warnings and strict back on again in a way that's compatiblejoe2001-11-161-3/+3
* Merge part of i386/pmap.c rev 1.220 that got missed in alpha/pmap.cpeter2001-11-161-5/+1
* As part of a general cleanup and reconvergence of related pmap code,peter2001-11-162-46/+1
* New release notes: IPFilter supports IPv6, ipfs(8).bmah2001-11-162-6/+32
* Fix a leftover client comment, long line fix.peter2001-11-151-6/+4
* Do not allow leading zeros on device names in dev_stdclone().fenner2001-11-151-0/+2
* Allow bit 21 of EFLAGS register (PSL_ID) be changed in the use-mode withoutsobomax2001-11-152-2/+2
* o Update copyright dates, comments...rwatson2001-11-152-3/+11
* o extattrctl initattr, when pre-allocating store for extended attributes,rwatson2001-11-151-4/+4
* Use MTX_QUIET for the lock operations during clock interrupts so their logsjhb2001-11-151-6/+6
* Add a couple of returns to making recovering from a failed witness_assert()jhb2001-11-151-2/+6
* 'error' is now unused, since its only purpose was to catch therwatson2001-11-151-1/+0
* Document the atkbd flags of 0x03 and be explicit to mention this mightasmodai2001-11-152-0/+4
* Temporarily disable unloading, as it appears to be broken (read: causesrwatson2001-11-151-0/+2
* New release notes: Jitter in load average computation, newsyslog(8)bmah2001-11-152-4/+18
* o Rely on /dev/snp* permissions, rather than using suser() in snpopen()rwatson2001-11-151-3/+0
* Remove definition of witness and comment stating that this file implementsjhb2001-11-152-44/+2
OpenPOWER on IntegriCloud