Commit Graph

173851 Commits

Author SHA1 Message Date
abs
3388ad407f Add a constty entry, marked 'off', with otherwise the same settings
as the console. Now when coming up in single user mode the tset in
/.profile can set the terminal type correctly.
Note: I believe constty should be 'on' and console 'off', but thats a
separate discussion
2008-10-07 10:00:00 +00:00
abs
8bf1bada05 Most ports do not create /.profile /.termcap and /sysinst in the target
before extracting sets, so do not try to delete them after install.
Now the '/.profile' from etc.tgz will actually be left after install

Note: bebox, evppc, and sandpoint still have a md_copy_filesystem() which
dumps a copy of the install filesystem into the target before extracting,
so I've left them removing /.profile /.termcap and /sysinst after install.
2008-10-07 09:58:14 +00:00
rmind
337b081fed - Replace lwp_t::l_sched_info with union: pointer and timeslice.
- Change minimal time-quantum to ~20 ms.
- Thus remove unneeded pool in M2, and unused sched_lwp_exit().
- Do not increase l_slptime twice for SCHED_4BSD (regression fix).
2008-10-07 09:48:27 +00:00
rmind
76b74101d5 Mention few more changeable SysV IPC parameters, sync with reality. 2008-10-07 09:36:17 +00:00
rmind
68121d6afa - Allow changing of kern.ipc.shmmax, just to avoid confusion.
- Change type of kern.ipc.shmmax to CTLTYPE_QUAD.
2008-10-07 09:35:03 +00:00
rmind
b5662849b0 Add a note that SysV IPC parameters could be changed dynamically. 2008-10-07 09:30:04 +00:00
lukem
84d42cdace Fail with a non-zero exit code if deleting a non-existant key.
Fixes bug introduced in rev 1.15, and reported in PR 39710 from Juan RP.

Don't display various warnings in delete if -q.
Suggested in PR 39710.

Add some sanity enforcing abort()s.
2008-10-07 01:32:51 +00:00
pooka
d9f75a894c nuke outdated comment 2008-10-07 01:20:37 +00:00
pgoyette
b0981f0188 fixed botched update in last 2008-10-06 22:51:15 +00:00
joerg
bd681a4d7e Don't use emalloc and friends directly, but call them consistently
bmake_malloc and friends. Implement them via macros for the native case
and provide fallback implementations otherwise. Avoid polluting the
namespace by not defining enomem globally. Don't bother to provide
strdup and strndup, they were only used for the estrdup and estrndup
comapt code.

This addresses the presence of emalloc in system libraries on A/UX and
resulted strange issues as reported by Timothy E. Larson.
2008-10-06 22:09:21 +00:00
pgoyette
23970ca9fd OOooops, part of this had already been done. Remove duplicate descriptions
of -1 and -2 options.  Reorder the synopsis line to put the numeric options
before the alphabetic ones.
2008-10-06 21:04:51 +00:00
pgoyette
3b3e1e2687 Document the -1 and -2 options, and include this in amd64 as well as i386
Fixes my PR/38816
2008-10-06 20:25:42 +00:00
tron
c4db8cc4bd Fix the build if stack protection is enabled. 2008-10-06 16:24:33 +00:00
kleink
2802dcd2fb tz{code,data}2008g out; tzdata2008g imported. 2008-10-06 16:03:20 +00:00
kleink
0c73805df8 Import tzdata2008g. 2008-10-06 16:01:28 +00:00
skrll
713b171bb9 Return early if size == 0 in ie_gsc_memcopy{in,out} 2008-10-06 15:57:50 +00:00
njoly
249f1f85c5 Regen. 2008-10-06 14:53:58 +00:00
njoly
33b4e768ba Cleanup. Reduce diffs against netbsd32 syscalls.master.
- Remove const keyword for pointer types.
- Update some argument types.
2008-10-06 14:53:01 +00:00
tron
8bc4e96cb9 Disable "-Wstack-protector" in a slightly nicer way. 2008-10-06 14:20:12 +00:00
pooka
de40c24778 int -> u_int per source 2008-10-06 13:51:38 +00:00
ad
139d645eee PR kern/39681 ddb doesn't work with new MODULAR modules
Complete initialization of new symbol table record.
2008-10-06 11:49:44 +00:00
ad
1b31761afa kobj_read: plug a leak. 2008-10-06 10:46:58 +00:00
nakayama
4d0ec49dcd Conform previous commit to KNF, pointed out by ad@. 2008-10-06 10:45:47 +00:00
rtr
8bbe11fe97 make sure libdixmods (linked into the Xorg server) is aware of MITSHM and
other server extensions.
2008-10-06 10:33:44 +00:00
jmcneill
04fec95922 ehci_free_itd: use LIST_INSERT_HEAD rather than
LIST_INSERT_AFTER(LIST_FIRST(..), ..) when returning itds to the freelist
to prevent a crash when the freelist is empty. Reviewed by Jeremy Morse.
2008-10-06 02:21:50 +00:00
pgoyette
aef4db128d Various clean-ups:
1. Trange sysctl's belong to the temp sensors, not to the fan controllers
  2. Trange really describes a slope on many chips, so modify the description
  3. Most of the sysctl's are read/write even if the chip's config is
     locked;  reflect that in the CTLFLAGs
  4. Apply correct 'nominal' values for voltage sensors/limits, specify
     them in microVolts, and calculate once rather than each time needed
  5. Be more consistent in register names - for example, use VCC instead of
     SUPPLY_VOLTAGE, to match VCC_LOWLIM & VCC_HIGHLIM
  6. Type of dbcool_islocked() should be bool, not int
  7. Reduce some unnecessary code indentation
  8. Define Vtt and Imon, and add ADT7490 support (excluding PECI sensors)
  9. Split the huge (250+ lines) dbcool_setup() function into a few smaller
     routines for better readability
 10. Update sensor tables for ADT7476 and ADT7468 - these chips have five
     voltage sensors, not two
 11. Adjust flags for ADT7463 and ADM1027 - these chips can monitor CPU
     VID data bits
 12. Update man page
2008-10-06 01:35:35 +00:00
pooka
e15435197f Make libnfs compile. 2008-10-06 01:00:57 +00:00
pooka
f4c6b13e6b Locally descend into new directories (build does not descend here yet). 2008-10-06 00:32:02 +00:00
pooka
61e869be3c Implement a virtual userspace networking interface. This is required
for any sensible operation when running the entire TCP/IP stack in
userspace (as opposed to libsockin which uses host kernel networking
to provide PF_INET).

While this basically works (although it is quite barebones), it
depends on some bit of cleanup in librump and is not built by
default yet.
2008-10-06 00:30:32 +00:00
pooka
86cf71862e Provide the TCP/IP as a rump library. 2008-10-06 00:27:48 +00:00
pooka
8fb9f99bba Provide essentially sys/net as a rump library. 2008-10-06 00:27:06 +00:00
mrg
5e3d72fe31 move the code that sets ld_vers and other variables so that it is
always executed, regardless of cached values.  this lets the comdat
version test for gas work properly.
2008-10-06 00:07:08 +00:00
mrg
983106fbb3 fix a 2 year old fix that broke genmultilib. ${CONFIG_SHELL}
wasn't expanded inside cat >tmpmultilib<<\EOF due to the \.
use two cat's to generate these files now, one with EOF and
one with \EOF.
2008-10-05 23:04:00 +00:00
pooka
b9a8d2f75a hardclock() itself doesn't schedule callout softintrs any more,
so update comment - less is more.
2008-10-05 21:57:20 +00:00
jmcneill
6c26172841 Fix issue where multi-transaction isoc endpoints were forced to single
transactions, from Jeremy Morse.
2008-10-05 21:31:39 +00:00
cube
91b124cba3 Fix a file name who lost its extension. Noted by mrg@. 2008-10-05 20:24:33 +00:00
apb
1d782af00e Remove the definition of HOST_SED. HOST_SED was previously used only in
tools/atf-compile, which has now been adjusted to use TOOL_SED.
2008-10-05 20:20:55 +00:00
apb
2d81fb994e Document TOOL_SED, which has been defined in bsd.sys.mk for more than
two years.
2008-10-05 20:17:16 +00:00
apb
1817eadbb8 Use TOOL_SED, not HOST_SED. Also use && to catch errors in
building atf-host-compile.
2008-10-05 20:14:14 +00:00
apb
4344eb9766 Add a .WAIT to ensure that sed is installed early, so that TOOL_SED can
be used during the build of other tools.
2008-10-05 20:11:54 +00:00
cube
c2d261cc18 I am pretty sure we install all available manual pages for bin and lib now.
A few might have slipped under my radar, of course...
2008-10-05 18:39:28 +00:00
cube
5d3c2f77c1 Install API manual pages for fontcnfig as well as fonts-conf(5). 2008-10-05 18:32:40 +00:00
cube
b9e97732a5 Note installation of fc-cat(1) and fc-match(1) from fontconfig. 2008-10-05 17:55:01 +00:00
cube
d9ee5170dc Descend into fc-cat and fc-match. 2008-10-05 17:54:29 +00:00
cube
de7e8342d2 Properly depend on libexpat. 2008-10-05 17:43:04 +00:00
cube
47c0c4a814 Note installation of xmlwf(1). 2008-10-05 17:37:53 +00:00
cube
d65722ced7 Install xmlwf(1) from expat. 2008-10-05 17:35:13 +00:00
macallan
8133f9d1ce fix bus_spacification botch
from Marco Trillo in PR39696
2008-10-05 05:01:08 +00:00
cube
e476bbf8b6 Note installation of vmmouse(4). 2008-10-05 03:35:44 +00:00
cube
560808440f I have all respect for users of NetBSD/i368, but I still think vmmouse only
has a chance of being useful on i386 (and arguably on amd64).
2008-10-05 03:35:13 +00:00