Commit Graph

175092 Commits

Author SHA1 Message Date
dholland 2286fbccd9 Sprinkle static and const. Use NULL and '\0', not 0, where appropriate.
Fix typo in comment.
2008-11-16 03:52:24 +00:00
dholland 69a42408ff Use <stdbool.h> and <err.h>. 2008-11-16 03:23:12 +00:00
christos 9ebdd72925 Nobody tested this? Initialize wcio for wide char i/o.
NB: Pullup to 5.0.
2008-11-16 03:16:00 +00:00
dholland c1f404eaad Ansify and de-__P(). 2008-11-16 03:13:39 +00:00
tsutsui 2a3ae26e88 Fix tyop in #ifdef TLDEBUG part. 2008-11-16 02:11:29 +00:00
bouyer 001faf8e6c Add etherip to the list of interface supporting ETHER_VLAN_MTU. 2008-11-15 21:37:12 +00:00
abs b53939be13 To be safe, do not use DMA for Falcon - from Tuomo 2008-11-15 21:35:31 +00:00
abs 5dd888f5c3 Since dl.d_type is always "unknown" now, pick the type of bootblock to
install based on the device name: eg /dev/fd0c would be floppy
2008-11-15 21:33:12 +00:00
abs 58051692c8 Remove bogus DEBUG uvm_map() calls - (sync with amiga pmap). From Tuomo 2008-11-15 21:30:50 +00:00
abs 85609809d6 Regenerate: Increase min ST_POOL_SIZE from 22 to 24 to avoid out of ST memory issues. Tested by Tuomo 2008-11-15 21:22:03 +00:00
abs 53aa0265b2 Increase min ST_POOL_SIZE from 22 to 24 to avoid out of ST memory issues. Tested by Tuomo 2008-11-15 21:21:23 +00:00
pooka e0a026a434 vpp is not logically passed in IN with lookup, so INOUT -> OUT.
No functional change, but consistent with the rest.
2008-11-15 19:08:12 +00:00
reinoud a597e786dd Specify blobsize as the `pagingsize' of the eccline blob pool. This will relax
the requirements of the pagingsize.
2008-11-15 18:26:50 +00:00
snj 976326ad53 Some spelling fixes from VaX#n8 in PR bin/23812. 2008-11-15 17:01:38 +00:00
ad 235e42d88f kernel -> builtin in output. 2008-11-15 11:29:04 +00:00
mrg 867022784c revert sparc back to default of XFree86 at the request of macallan. 2008-11-15 11:27:49 +00:00
ad 4ed3ae6f9c Remove trivial compat ifdefs. 2008-11-15 11:21:41 +00:00
ad ea8343610a No point wrapping the Ultrix disklabel stuff in COMPAT_ULTRIX 2008-11-15 11:19:07 +00:00
ad a471d58a44 Remove compat ifdef. 2008-11-15 11:15:22 +00:00
ad 3f1c80da0a Remove compat ifdef. 2008-11-15 11:04:39 +00:00
skrll 1041d3756c s/process/LWP/ in comments where appropriate. 2008-11-15 10:54:32 +00:00
skrll 624f050b49 Typo in comment. 2008-11-15 10:47:53 +00:00
joerg 8b27a04420 Fix typo in comment. 2008-11-15 10:04:31 +00:00
tsutsui 629c7620fe Current OpenSSH version is 5.1/5.1p1 (released on July). 2008-11-15 06:57:20 +00:00
mrg c10479b8ff explicitly include <sys/ioctl_compat.h> since we explicitly use
symbols defined in it.  fixes various build issues.
2008-11-15 05:58:33 +00:00
cliff e08eff944b further abstraction of LPC bus 2008-11-15 05:48:34 +00:00
snj 987a8f6dde Update for Xorg, add 'z' to a tar command, and remove a sentence that
shouldn't have escaped its conditionalized branch.
2008-11-15 04:11:51 +00:00
snj 36019ecef8 Two wording fixes. 2008-11-15 03:47:49 +00:00
snj 25103e865f Slight update for Xorg, a couple devices, and size requirements. Needs
some more changes.
2008-11-15 03:46:32 +00:00
njoly ef05808702 Do not call namei anymore, but use the result from the previous
emul_find_interp call instead. This make dynamic executables work
again under compat OSF1 (fix PR/39255).

ok by christos.
2008-11-15 00:49:53 +00:00
ad 13de59a192 ifdef AIO 2008-11-14 23:37:50 +00:00
ad 9b83143a6a +ifdef AIO
XXX ddb needs a way to register commands at runtime!
2008-11-14 23:37:30 +00:00
ad fc5b697224 Regen. 2008-11-14 23:34:23 +00:00
ad e6a3385171 Make POSIX AIO loadable as a module. 2008-11-14 23:33:45 +00:00
ad d3d0b437b0 - Conditionalise POSIX aio and mqueue, but include them by default.
- Add a COMPAT_NETBSD attribute. Emit if any compat options are used.
2008-11-14 23:28:30 +00:00
ad 2024f61eff Fix a comment. 2008-11-14 23:13:02 +00:00
ad 57de28fac5 - Move some more compat code into sys/compat.
- Split 4.3BSD ifioctl stuff into its own file.
- Remove some ifdefs that include small fragments of vfs compat code
  which are difficult to relocate elsewhere.
2008-11-14 23:10:57 +00:00
ad 79d9beffc8 - If the system encounters a severe memory shortage, start unloading
unused kernel modules.
- Try to unload any autoloaded kernel modules 10 seconds after their
  load was successful.
- Keep a counter to track module load/unload events.
2008-11-14 23:06:45 +00:00
ad 7cd41bb376 Remove unneeded compat ifdef. 2008-11-14 23:04:42 +00:00
joerg 8e658292aa Update to libfetch 2.20: Allow HTTP auth to be provided in URL. 2008-11-14 23:04:30 +00:00
ad 6b88fdc0eb Use NOCHROOT when doing the lookup against the standard module path.
Prevents abuse of chroots to load tainted kernel modules.
2008-11-14 22:00:23 +00:00
ad 66d39172b9 Correction to previous. 2008-11-14 21:59:15 +00:00
ad d42ef3dc29 Add a NOCHROOT flag for namei(). Looks outside any chroot and performs the
lookup from the root directory if given an absolute path.
2008-11-14 21:57:14 +00:00
christos e62c26811d PR/39923: Valery Ushakov: trek(6) can spin, consuming 100% CPU on powerpc
On systems where char is unsigned the number of black holes can end up being
very large (instead of negative).
2008-11-14 21:10:44 +00:00
ad 7dbfda5cca Unneeded ifdef 2008-11-14 15:56:17 +00:00
ad 7bd1ee08d6 Regen. 2008-11-14 15:50:01 +00:00
ad 18e73e1ebe Replace semid_t with intptr_t. No function change. This is a libc/kernel
private interface and so the name change should not affect any third
party code.
2008-11-14 15:49:20 +00:00
ad a44212844f Remove unneeded ifdefs. 2008-11-14 15:03:44 +00:00
pooka e6f5280c8d Add comments on how to do tap and bridging required for sensible
full networking stack operation.
2008-11-14 14:24:00 +00:00
pooka 1941578e57 slap some sort of copyright here 2008-11-14 14:17:53 +00:00