| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the non-KSTACK_GUARD case.. It has been broken since the KSE | peter | 2001-11-17 | 2 | -0/+2 |
* | Start bringing i386/pmap.c into line with cleanups that were done to | peter | 2001-11-17 | 7 | -515/+385 |
* | Forward declare struct ifnet - this fixes a warning in tdfx_pci.c | peter | 2001-11-17 | 1 | -0/+1 |
* | Fix printf warnings (int/long) | peter | 2001-11-17 | 1 | -2/+4 |
* | Fix warning in debug printf. This is a long on alpha, and int on i386, | peter | 2001-11-17 | 1 | -1/+1 |
* | Missing KSE s/curproc/curthread/ | peter | 2001-11-17 | 1 | -1/+1 |
* | Return EOPNOTSUPP for unknown module events. | iedowse | 2001-11-17 | 2 | -2/+8 |
* | New release notes: timezone database update, Linux emulation update | bmah | 2001-11-17 | 2 | -14/+16 |
* | Fix some warnings on 64 bit platforms. | peter | 2001-11-17 | 1 | -1/+4 |
* | When laying out objects in a ZONE_INTERRUPT zone, allow them to cross | jlemon | 2001-11-17 | 1 | -2/+4 |
* | utime/stime.tv_sec are elapsed times, not relative to 1970. We can | peter | 2001-11-17 | 1 | -4/+4 |
* | Zap a number of #ifdef sunos blocks, and all of the `register' | iedowse | 2001-11-17 | 7 | -102/+53 |
* | You cannot cast a time_t to quad_t and printf it with %lld. quad_t is | peter | 2001-11-16 | 1 | -2/+2 |
* | Give a sensible error message when the filesystem to be dumped is | iedowse | 2001-11-16 | 1 | -4/+7 |
* | Fix a number of misspellings of "dependency" and "dependencies" in | iedowse | 2001-11-16 | 6 | -21/+21 |
* | Handle the IBCS2 FIONREAD ioctl. I have only tested that this | iedowse | 2001-11-16 | 1 | -0/+1 |
* | Axe SMP support, the ses device, and the atapifd device from the kern.flp | jhb | 2001-11-16 | 1 | -0/+3 |
* | Correctly call THREAD_UNLOCK() if the recursive call trap is sprung. | phk | 2001-11-16 | 1 | -0/+2 |
* | Except for a comment in zone.tab (about the location of the ISO 3166 table), | wollman | 2001-11-16 | 8 | -16/+3 |
* | Back out the previous fix to the leading zero problem, I hadn't | phk | 2001-11-16 | 1 | -2/+0 |
* | Reject leading zeros in dev_stdclone(). | phk | 2001-11-16 | 1 | -0/+2 |
* | o Allow rarpd to accept an additional '-t directory' argument, specifying | rwatson | 2001-11-16 | 2 | -1/+17 |
* | o Update licenses, comments. | rwatson | 2001-11-16 | 2 | -1/+8 |
* | Create link from directory.3 to readdir_r.3. | dd | 2001-11-16 | 1 | -2/+2 |
* | Regenerate with 1.19 of pccarddevs | imp | 2001-11-16 | 1 | -8/+77 |
* | Merge in most (hopefully all) of the devices that OpenBSD has that | imp | 2001-11-16 | 1 | -3/+40 |
* | o Reflect moving of extattr_namespace calls to libc from libutil; no | rwatson | 2001-11-16 | 3 | -9/+0 |
* | o Reflect repo-copy of extattr.[c3] from libutil to libc, moving | rwatson | 2001-11-16 | 4 | -183/+7 |
* | o Document 'nocheckmail' login capability. | rwatson | 2001-11-16 | 1 | -0/+1 |
* | o Add support for a 'nocheckmail' capability, which (if true) prevents | rwatson | 2001-11-16 | 1 | -9/+12 |
* | Don't cleandir also if MODULES_WITH_WORLD. | matusita | 2001-11-16 | 1 | -1/+1 |
* | Use the md device not olny a version of the system is 5 but 5 and over. | nyan | 2001-11-16 | 1 | -3/+3 |
* | Cosmetic tweak to eliminate some diffs | peter | 2001-11-16 | 1 | -2/+0 |
* | Merge another missing part of i386/pmap.c rev 1.220. Dont blindly clear | peter | 2001-11-16 | 1 | -1/+2 |
* | Although the 'bool' type is referenced in the list of capabilities, it | rwatson | 2001-11-16 | 1 | -0/+3 |
* | Oops, I accidently merged a whitespace error from the original commit. | peter | 2001-11-16 | 4 | -4/+4 |
* | Merge rev 1.264 from i386/pmap.c (tegge via alfred): | peter | 2001-11-16 | 2 | -2/+8 |
* | Merge rev 1.202 from i386/pmap.c (back in 1998 by John Dyson): | peter | 2001-11-16 | 2 | -0/+6 |
* | Merge rev 1.293 of i386/pmap.c - skip PG_UNMANAGED in pmap_collect() | peter | 2001-11-16 | 2 | -2/+2 |
* | Converge/fix some debug code (#if 0'ed on alpha, but whatever) | peter | 2001-11-16 | 3 | -43/+33 |
* | Converge with i386/pmap.c - dont refer to curproc, use curthread. | peter | 2001-11-16 | 2 | -4/+4 |
* | Switch warnings and strict back on again in a way that's compatible | joe | 2001-11-16 | 1 | -3/+3 |
* | Merge part of i386/pmap.c rev 1.220 that got missed in alpha/pmap.c | peter | 2001-11-16 | 1 | -5/+1 |
* | As part of a general cleanup and reconvergence of related pmap code, | peter | 2001-11-16 | 2 | -46/+1 |
* | New release notes: IPFilter supports IPv6, ipfs(8). | bmah | 2001-11-16 | 2 | -6/+32 |
* | Fix a leftover client comment, long line fix. | peter | 2001-11-15 | 1 | -6/+4 |
* | Do not allow leading zeros on device names in dev_stdclone(). | fenner | 2001-11-15 | 1 | -0/+2 |
* | Allow bit 21 of EFLAGS register (PSL_ID) be changed in the use-mode without | sobomax | 2001-11-15 | 2 | -2/+2 |
* | o Update copyright dates, comments... | rwatson | 2001-11-15 | 2 | -3/+11 |
* | o extattrctl initattr, when pre-allocating store for extended attributes, | rwatson | 2001-11-15 | 1 | -4/+4 |