pk
8f9c32194c
Use splvm() instead of splhigh() when accessing the internal page header pool.
2003-02-23 21:25:19 +00:00
jhawk
c3ac22a6a8
markup: the ";" for -exec, -ok, and -execdir is a seperate word from
...
the last argument
2003-02-23 20:01:31 +00:00
jdolecek
5c7688a6f3
g/c compatibility defines PROC_LOCK()/PROC_UNLOCK()
2003-02-23 19:35:14 +00:00
jdolecek
24a773c6ef
g/c smbfs_pbuf_freecnt, it's not used (it was not even declared on NetBSD)
2003-02-23 19:30:13 +00:00
atatat
860ed88533
#include opt_uvm.h in machine/vmparam.h (for those ports offering the
...
topdown option) so that including it directly before including
uvm/uvm_param.h (or uvm/uvm_extern.h which includes uvm/uvm_param.h)
and attempting to use topdown won't result in a compiler error.
Problem noted in private email.
2003-02-23 19:13:43 +00:00
he
b699c38934
Cast the result of VM_DEFAULT_ADDRESS to caddr_t, to make this compile again.
2003-02-23 19:08:18 +00:00
jdolecek
21a1fae4a8
g/c smbfs_debuglevel, it's not used anywhere
...
pointed out by Krister Walfridsson
2003-02-23 18:47:10 +00:00
manu
b09955adaf
Merged mac68k and macppc keayboards, since they are the same. The file
...
could move to <arch/mac> if one day we create it.
Fixed french keymap: option was not mapped correctly, thus making
impossible to use |{}[] (tested).
Added jp keymap from PR/15438, and sf, sv, de and uk keymaps from OpenBSD.
(all untested).
2003-02-23 18:09:25 +00:00
jdolecek
eb5d35152e
remove non-NetBSD smbfs_vnodeop_entries[], smbfs_vnodeop_opv_desc
2003-02-23 17:28:48 +00:00
jdolecek
c3fb3ac103
g/c smbfs_getpages()/smbfs_putpages() we don't use on NetBSD
2003-02-23 17:28:01 +00:00
martin
53dbc17caf
Include <sys/lock.h> for the struct simplelock recently added here.
2003-02-23 16:38:01 +00:00
jhawk
e470466271
Clarify that macros should be #define<TAB>; it's important to specify this
...
in the actual document, just not in the cvs logs (cf. rev 1.15).
2003-02-23 14:58:50 +00:00
jhawk
93fccbf4ba
eleminate forward decl of 'struct stat'
2003-02-23 14:43:25 +00:00
jhawk
d44b698645
delint: trailing commas in enum definitions are prohibitted
...
knf: instantiate macros with #define<TAB>, not <SPACE>, and also align.
2003-02-23 14:41:30 +00:00
pk
2931081a79
Make updating a file's reference and use count MP-safe.
2003-02-23 14:37:32 +00:00
lukem
558032443d
rename local copies of login(), logout() and logwtmp() to
...
ftpd_login(), ftpd_logout() and ftpd_logwtmp() respectively.
(makes utmp support much easier in tnftpd).
per suggestion in mail from Mike Heffner <mheffner@vt.edu>, who
forwarded patch from Michael Ranner <mranner@inode.at>.
2003-02-23 13:04:37 +00:00
simonb
8d6004faf3
We can't use <string.h> for standalone programs;
...
use <lib/libkern/libkern.h> for str*() prototypes instead.
2003-02-23 12:31:29 +00:00
yamt
bcd7beec98
initialize b_interlock properly.
...
(for ioctl)
2003-02-23 08:50:58 +00:00
lukem
49230d68b3
crank version for:
...
Stop ftpd changing inetd's 'logname'
Stop buffer overrun if {NGROUPS_MAX} is greater than the compile time
NGROUPS_MAX.
2003-02-23 08:33:13 +00:00
simonb
668973e677
Use the PRId64 format to print a daddr_t.
2003-02-23 05:21:18 +00:00
simonb
0b2b1cc0cc
Remove assigned-to but not used variable.
2003-02-23 04:53:51 +00:00
perseant
0cfa2c5369
Discourage the creation of new LFSv1 filesystems.
2003-02-23 04:53:17 +00:00
simonb
2724e6c512
Add an __unused attribute to the variable in the __link_set_make_entry()
...
macro.
2003-02-23 04:50:18 +00:00
perseant
8685c52d63
Make the "-O" (start filesystem offset) flag to newfs_lfs work correctly,
...
and update fsck_lfs and dumplfs to deal with it. Note that while the argument
to -O is given in disk sectors, it must be a multiple of the fragment size,
and although it can be lower than the label or superblock, it can't intersect
either.
2003-02-23 04:32:05 +00:00
simonb
ac161ae918
Remove assigned-to but not used variable.
2003-02-23 04:20:06 +00:00
simonb
9bfb5c46f4
Remove unreachable break after return.
2003-02-23 04:19:26 +00:00
simonb
5eb4a89fef
Remove assigned-to but not used variable.
2003-02-23 04:15:02 +00:00
simonb
f0192b8a3f
Remove assigned-to but not used variable (including nice little switch
...
statement to set said variable).
2003-02-23 04:14:16 +00:00
simonb
e40197c4b3
Remove assigned-to but not used variable.
2003-02-23 04:10:11 +00:00
simonb
013ba73637
Fix a tyop in a comment.
2003-02-23 03:37:40 +00:00
simonb
2a4457bd46
Remove assigned-to but not used variable.
2003-02-23 03:32:55 +00:00
fvdl
11e36a204f
For x86_64, split the bootinfo memory entry words to avoid growth of the
...
structure due to alignment.
2003-02-23 02:45:44 +00:00
fvdl
0ee308ef7e
Fix up pmap_growkernel a bit to avoid off-by-one errors.
2003-02-23 02:44:44 +00:00
fvdl
49a9f4f666
Use BIOS memory info properly. Don't try to allocate areas > 4G out of
...
the IO extent, since it only spans 32 bits.
2003-02-23 02:43:25 +00:00
atatat
87437f0b78
Oops. Missed some possible UVM_ET_IS*() macro uses.
2003-02-23 01:08:29 +00:00
lukem
6ddd712ab0
(cross)builds on current ok
2003-02-23 00:27:51 +00:00
lukem
82aaf00052
minor cosmetic tweak
2003-02-23 00:26:02 +00:00
perseant
3ab94fed93
Fix a buffer overflow bug in the LFS_UBC case that manifested itself
...
either as a mysterious UVM error or as "panic: dirty bufs". Verify
maximum size in lfs_malloc.
Teach lfs_updatemeta and lfs_shellsort about oversized cluster blocks from
lfs_gop_write.
When unwiring pages in lfs_gop_write, deactivate them, under the theory
that the pagedaemon wanted to free them last we knew.
2003-02-23 00:22:33 +00:00
lukem
6bce155b9e
now that the obsolete lists are part of the "base" set (instead of "etc"),
...
only look for them in ${DEST_DIR}/var/db/obsolete
2003-02-22 23:46:46 +00:00
lukem
adc15e0f59
move the obsolete lists from etc to base, as they're more useful there.
...
suggested by matt green.
2003-02-22 23:39:54 +00:00
atatat
fb9b07a6a7
Properly print the VM_MAP_TOPDOWN flag if it is set, document the
...
VM_MAP_TOPDOWN flag (and the VM_MAP_DYING flag, since it never got
documented before), minor tweak to one of the examples, and use the
UVM_ET_IS*() macros instead of doing the same work manually.
2003-02-22 17:45:04 +00:00
tsutsui
d6458621a3
Fix too many arguments for format warning in #ifdef DIAGNOSTIC part
...
detected by gcc-3.x.
2003-02-22 12:42:28 +00:00
igy
d399d9df43
fix incorrect interrupt mask handling.
...
pci_imask[IPL_NET] is incorrectly ORed on imask[IPL_SOFTSERIAL].
imask[IPL_NET] should be ORed.
2003-02-22 11:13:10 +00:00
jmc
db7162553c
Make sure a few instances of mkinstalldirs is run via $SHELL so it's not
...
counting on exec permissions from the checked out source
2003-02-22 10:06:52 +00:00
manu
4b074775af
Added a french keyboard layout.
2003-02-22 08:33:56 +00:00
igy
4e8142fde2
correct physical/virtual address handling
...
- to identify device instance, using hardware address.
- when console accesses device, using statically mapped address.
- when tty accesses device, using handler given by bus_space_map().
2003-02-22 05:32:00 +00:00
tsutsui
881b65ce01
Use mstohz() in <sys/param.h> rather than homegrown MS_TO_TICKS().
2003-02-22 05:24:16 +00:00
tsutsui
fa7988ee3e
Remove unused MS_TO_TICKS().
2003-02-22 05:18:50 +00:00
tsutsui
29849ba3b6
hz -> Hz
2003-02-22 05:06:36 +00:00
tsutsui
397cf8a482
{HZ,hz,hZ} -> Hz
2003-02-22 04:58:43 +00:00