jwise
47e565f6e6
One more (add pkg names)
2001-01-25 08:33:56 +00:00
jwise
4d062ebd28
Add package names to a bunch more architectures
2001-01-25 08:29:19 +00:00
lukem
fa11ebb133
apparently ansi c only required fread(3) to return 0 if size or nmembs == 0.
...
however, susv2 adds the same to fwrite(3), so add the explicit check.
document this for both fread & fwrite. move diagassert for buf!=NULL to after
the (size * nmembs) == 0 check.
this has the helpful side effect of preventing the _DIAGASSERT()ion in
fwrite() being triggered by lots of 3rdparty code that calls fwrite() with
buf=NULL count=0
2001-01-25 02:06:25 +00:00
marcus
7df82ad12b
Changed implementation of partitions, multisession discs now work better.
2001-01-25 01:41:47 +00:00
itojun
1aba0c48bc
split setlocale.c for smaller footprint (do not pull things in too much).
...
have magic number check in locale modules.
rename: lib/libc/locale/setlocale_sb.c -> setlocale1.c
NOTE: this commit does not enable multibyte locale support, yet.
2001-01-25 01:25:05 +00:00
chuck
739ac42b5e
be more picky about running /etc/apm/{battery,line} in response
...
to APM_POWER_CHANGE event. some BIOS post this event periodically
while the battery is charging/discharging (no change in a/c state).
on these systems this prevents /etc/apm/{battery,line} from being
run multiple times.
2001-01-25 00:48:59 +00:00
thorpej
37247109d1
When considering a page for deactivation, check to see if the
...
page has been referenced since the last time it was considered.
If it was, don't deactivate the page.
2001-01-25 00:24:48 +00:00
mycroft
91a4c18e32
Put back the pmap_is_referenced() check from the original UVM code in the
...
inactive list scans. Without this, the referenced bit was essentially ignored.
2001-01-25 00:10:03 +00:00
jdolecek
ced1de21ce
It seems utrace(2) actually appeared in FreeBSD 2.2, not 4.0 according
...
to FreeBSD CVS logs
2001-01-24 23:43:43 +00:00
enami
cdf90f8e31
Remove incorrect advice for lint; the control may return from panic().
2001-01-24 23:14:04 +00:00
jdolecek
4581cb1397
build & install string2key manpage, too
2001-01-24 23:09:30 +00:00
jdolecek
f17efc018b
complete the paragraph about HostKey directive, reword slighly
2001-01-24 22:59:11 +00:00
jdolecek
9818f641c3
make db_command_table[] const; since there is no way to dynamically extend
...
or modify the table at the moment, there is no functionality lost.
See also the discussion on tech-kern (Subject: 'machine' DDB command).
2001-01-24 20:54:41 +00:00
kleink
961fde5a45
#ifdef __STDC__ -> #if __STDC__
2001-01-24 20:34:59 +00:00
jmc
59d9cb6e67
Spelling police
2001-01-24 19:38:44 +00:00
jmc
5b7e142d78
Only put std devices onto the image's /dev.
...
Then once booted mount mfs onto /dev and make a full device tree. This gets
around the silliness of running out of either space/inodes all the time when
building the floppy images. Tested this on all combinations of floppies.
2001-01-24 18:18:57 +00:00
jmc
0c549828e0
Change inode allocation to 5000 since we don't need nearly as many inodes now and do need the space they take up.
2001-01-24 18:18:56 +00:00
jmc
bcdff193d6
Only put std devices onto the image's /dev.
...
Then once booted mount mfs onto /dev and make a full device tree. This gets
around the silliness of running out of either space/inodes all the time when
building the floppy images. Tested this on all combinations of floppies.
2001-01-24 18:18:56 +00:00
thorpej
16915b1818
Merge conflicts from notsnap20010124 import.
2001-01-24 18:18:32 +00:00
jmc
26563cce4d
Trim down /dev entries to only things that are configured in INSTALL_TINY
...
kernels (which doesn't include sd, ld, etc). Tested on a 4M constrained
machine.
2001-01-24 18:16:43 +00:00
thorpej
1e7bdbcad4
Bring in latest racoon/libipsec from KAME (not part of a snap
...
kit). Includes several racoon bugfixes, including ones that
fix coredumps when using GSSAPI authentication for Phase 1.
2001-01-24 18:10:22 +00:00
jmc
5fe51991eb
Enable MFS. This will allow /dev to be built on mfs.
2001-01-24 18:08:26 +00:00
garbled
b17f8c01fa
Fix the usage string so it displays the -b and s options to ifconfig -l
2001-01-24 18:06:51 +00:00
itojun
2dda99193c
make sure "qname" argument to getanswer() is properly given. from lukem
2001-01-24 15:05:48 +00:00
ichiro
fa52d46203
more datasheet
...
but same...
2001-01-24 14:46:49 +00:00
itojun
56b0c687cf
mklocale necessary during share/locale/ctype
2001-01-24 12:35:48 +00:00
haya
c54894efe9
IMPROVEMENT: use tsleep() instead of delay(). Kernel do not stop
...
during card insertion, deletion and power change.
2001-01-24 10:10:04 +00:00
garbled
af36c1ab79
Document OSVERSION_SPECIFIC.
2001-01-24 10:01:14 +00:00
jwise
4851656610
More pkg names. Other machines in the morning.
2001-01-24 09:39:37 +00:00
garbled
566ab1972e
Add the new sushi forms to this setlist
2001-01-24 09:38:26 +00:00
garbled
6b6822cd1b
Oops.. Forgot these files.. These do the pre-processing to allow the
...
user to select any package category he/she would like
2001-01-24 09:35:57 +00:00
garbled
81c679f738
Modify these forms to allow the user to select any category of packages
...
that is available in either our ftp binary tree, or his/her local sources.
2001-01-24 09:34:37 +00:00
sato
3689556739
* fix typo.
...
* change PWR_* handling to PWR_SOFT* handling, if these routines need to sleep.
2001-01-24 09:34:26 +00:00
enami
ac0355d06b
Make make depend or make -j3 works.
2001-01-24 09:32:48 +00:00
garbled
18d0882a77
Add a function to fetch a list of different package categories that are
...
available to the user to install binary packages with.
Modify the function API so it can handle preforms like it is supposed to.
2001-01-24 09:30:30 +00:00
sato
2e9c446398
* dopowerhooks(PWR_SOFTSUSPEND) in apm_suspend().
...
* dopowerhooks(PWR_SOFTSTANDBY) in apm_standby().
* dopowerhooks(PWR_SOFTRESUME) in apm_resume().
* dopowerhooks(PWR_RESUME), dopowerhooks(PWR_STANDBY),
dopowerhooks(PWR_SUSPEND) run in splhigh() state.
These changes sync with arch/i386/i386/apm.c.
2001-01-24 09:29:25 +00:00
jwise
04a97c8909
Finish adding package names to this file.
2001-01-24 09:28:27 +00:00
itojun
617b3fab7e
- record IPsec packet history into m_aux structure.
...
- let ipfilter look at wire-format packet only (not the decapsulated ones),
so that VPN setting can work with NAT/ipfilter settings.
sync with kame.
TODO: use header history for stricter inbound validation
2001-01-24 09:04:15 +00:00
garbled
50a5e07cd6
Add doupdate() call to drawCDKLabel so the widget actually appears on the
...
screen.
2001-01-24 08:50:36 +00:00
jwise
a7bbbe24e4
More changes for consistency with base set pkgs.
2001-01-24 08:47:06 +00:00
garbled
1dc7842166
Deal with null returns from script entry field types in a semi-sane manner
2001-01-24 08:29:56 +00:00
jwise
afc97cc057
Merge ipf examples into misc-netutil-examples, as the ipf binaries are
...
installe by base-netutil-bin
2001-01-24 08:22:13 +00:00
jwise
11786427d0
rename misc-net-examples -> misc-netutil-examples, for consistency with base set
...
pkgs.
2001-01-24 08:17:53 +00:00
jwise
054e5998ff
Move rtadvd.conf example file to `misc-router-examples'
...
Previous was not wrong, but if other software from `base-router-*' has
examples later, they can be together in this package.
2001-01-24 07:59:06 +00:00
itojun
9f845d90a1
note that MKNLS controls build of /usr/share/locale too
2001-01-24 07:57:07 +00:00
jwise
77398f85cb
First half of package names for this file.
2001-01-24 07:56:20 +00:00
garbled
18e0c94727
Fix an off-by one error in run.c having to do with the down arrow, and fix
...
some minor display glitches in the form routines.
2001-01-24 07:46:23 +00:00
garbled
69f61c7f62
Fix the editing popup window so it's actually readable.
2001-01-24 07:23:51 +00:00
garbled
fdb7bdb2c0
Fix some bugs pointed out by Brett Lymn where I wasn't checking the return
...
value of field_buffer.
2001-01-24 07:17:10 +00:00
jmc
0b45809568
Change inode allocation numbers to get everything to fit.
2001-01-24 06:11:40 +00:00