cube
d3bde451a6
Remove an extra empty line.
2005-07-23 19:43:01 +00:00
cube
21472d491b
Regen (timer_create(2) and friends).
2005-07-23 18:57:07 +00:00
cube
23a1110cbd
Implement the timer_create(2) family of syscalls.
2005-07-23 18:56:15 +00:00
cube
2844b7b432
Split sys_timer_create, sys_timer_gettime and sys_timer_settime so they
...
can be easily used by netbsd32 code.
XXX Meanwhile, introduce a copyinout_t type that matches the prototype of
XXX copyin(9) and copyout(9). Its logical place would be in systm.h, near
XXX the definition of copyin, but, well, see the comment.
2005-07-23 18:54:07 +00:00
erh
5a521f35e0
Fix a null vp panic when creating a file at veriexec strict level 3.
2005-07-23 18:19:51 +00:00
kiyohara
262bf10a6d
Since fwip_unicast_input_recycle() is called from interrupt context, one
...
can't sleep there.
2005-07-23 16:55:13 +00:00
drochner
20b1effdae
build pci/pcmcia driver LKMs only on i386 and alpha
...
(this is where I could test, could be more)
2005-07-23 16:11:18 +00:00
drochner
53a6f78e01
disable SYSCTL_SETUP for _LKM until we have a plan how to deal with
...
it correctly
2005-07-23 16:09:39 +00:00
yamt
b7bfe82866
update file timestamps for nfsd loaned-read and mmap.
...
PR/25279. discussed on tech-kern@.
2005-07-23 12:18:41 +00:00
cjs
24b202fa43
Comment from Al.
2005-07-23 08:01:38 +00:00
cube
ee24060ae4
Remove duplication of code for netbsd32_wait4() by using stackgap(9).
2005-07-22 22:46:29 +00:00
drochner
bf66affbd6
let the build descend to device driver LKMs
...
this is more to make sure things don't bitrot than to provide
a useful set of modules
(the wi@pcmcia module is useful for me actually)
2005-07-22 20:14:55 +00:00
christos
4023e9bbcb
add more crap for denic. From OpenBSD.
2005-07-22 16:01:52 +00:00
yamt
62cab9eab7
uvm_fault: check a correct object in the case of layered filesystems.
...
fix PR/30811 from Jukka Salmi.
2005-07-22 14:57:39 +00:00
peter
fa141339e0
More minor cleanup:
...
- remove unnecessary prototype for main()
- use symbolic exit code
- KNF & wrap a long line
2005-07-22 14:27:08 +00:00
peter
0d03348661
Implement the following two XSI extensions:
...
-q: quick mode, list only the names and the number of users currently
logged on.
-s: default mode, list only the name, line and time fields.
2005-07-22 14:23:05 +00:00
peter
c9b40229dd
3com -> 3Com. from OpenBSD.
2005-07-22 14:18:21 +00:00
rillig
80af4a9fa0
Aligned the usage message from the program with the one mentioned in the
...
man page.
2005-07-22 11:56:50 +00:00
rillig
d590f7d069
- caesar(6) is not a SETGIDGAME, so we don't need to revoke any privileges.
...
- replaced direct POSIX read/write with stdio, which made the code simpler.
- added even more error checking.
- restructured the code to make each function fit on one screen
(well, except one).
- now the code reflects the intended purpose of the program.
- return 0 instead of EXIT_FAILURE on success.
2005-07-22 11:52:23 +00:00
hubertf
15bc25dc45
Minor code cleanup:
...
* remove unneeded cast
* use err() instead of perror() + exit()
* use symbolic exit code
Patch contributed by Liam J. Foy <liamfoy@sepulcrum.org> in private mail.
2005-07-22 11:06:24 +00:00
wiz
d848bc0d4c
postfix-2.2.5 is out.
2005-07-22 09:13:02 +00:00
martin
9238421273
fontconfig depends on expat - so insert a .WAIT for parallel builds.
2005-07-22 08:47:20 +00:00
rpaulo
34048808b6
Add new libm387.so.0.1.
2005-07-21 22:50:44 +00:00
rpaulo
fcfde3ffb8
Bump minor version for log2{,f}.
2005-07-21 22:49:16 +00:00
yamt
6afb995fea
ffs_full_fsync: because VBLK/VCHR can be mmap'ed,
...
do VOP_PUTPAGES for them as well.
2005-07-21 22:00:08 +00:00
peter
dbbbd78e77
Restore a part that was lost in rev. 1.44.
...
This should stop sushi from dumping core.
2005-07-21 21:48:47 +00:00
rpaulo
1185f13617
Add i387 FPU routines for log2(3) and log2f(3).
...
ok christos@
2005-07-21 20:58:21 +00:00
kleink
c34c8aeb78
Note tzdata2005k import.
2005-07-21 17:44:25 +00:00
riz
fba9a3bda6
Add a definition for TCPOLEN_SIGLEN from OpenBSD, so a kernel with
...
options TCP_SIGNATURE will compile again after the new PMTU checks
were brought in from OpenBSD. Approved by christos.
2005-07-21 17:32:11 +00:00
kleink
3328b7072f
Make libm.so entries consistent.
2005-07-21 17:14:59 +00:00
tron
d5da0b0c38
Remove unnecessary bzero() calls before calling the algorithm specific
...
init function.
2005-07-21 16:59:20 +00:00
christos
9aa540a2b5
Add wrappers for the newly added functions. Thanks Klaus!
2005-07-21 16:58:39 +00:00
tron
f84cd33e5f
Remove unused functions SHA*_End() and SHA*_Data().
2005-07-21 15:42:41 +00:00
christos
aed5ba58ad
bump libm for log2 and log2f
2005-07-21 12:59:51 +00:00
christos
6553bf780e
man pages for log2 and log2f
2005-07-21 12:58:47 +00:00
wiz
d957cc9d17
Punctuation fixes, bump date for log2{,f}.
2005-07-21 12:58:22 +00:00
christos
1f35645781
Add log2f
2005-07-21 12:56:29 +00:00
christos
e5c18e58f2
Add log2 and log2f from FreeBSD PR 83845
2005-07-21 12:55:58 +00:00
yamt
d5c148af81
use a correct credential for readlink. discussed on source-changes@.
2005-07-21 10:39:46 +00:00
yamt
445a39080e
nfs_doio_read: revert readlink part of 1.129 and 1.130 because they were wrong.
2005-07-21 10:37:36 +00:00
tron
3cc55e5b70
Add support for PATA and SATA ports in the Intel ICH7 southbridge (82801G).
...
Patch supplied by Marcello Balduccini in PR port-i386/30795.
2005-07-21 07:09:31 +00:00
agc
c426bea6d7
Commit changes from Liam J. Foy:
...
- system(), rmdir() sets errno, use it
- Use warnx() if strchr failed, not warn()
- Constify some arguments
- Fix cases when errx()/warnx() should be used instead of err()/warn()
due to errno not being set.
Group code:
------------
- List members in a neat fashion, separated by commas
- groupmod(): Use find_group_info - consistency
2005-07-20 21:42:58 +00:00
ginsbach
89cdec0594
switch is not a function, so add a space; sort switch elements
...
alphabetically (KNF).
2005-07-20 21:12:40 +00:00
he
502b27f3ce
Fixes to make GENERIC.MP build again. Several changes:
...
o Rename global variable "tramp" to "vax_mp_tramp" to avoid warning
with -Wshadow when compiling the signal code.
o Rename a macro-local variable _s to __s in __cpu_simple_lock()
to avoid -Wshadow warning when MALLOC() is used (also declares _s).
o Follow up -Wcast-qual by making a number of function arguments const char*
where string literals are used.
2005-07-20 17:48:17 +00:00
he
9f2c5c4e24
Now that the wsfont fonts are made static, we can no longer
...
reference the fonts directly (which was actually a wrong thing
to try to do). Instead, convert to using the wsfont API to
look for a 8x15 font, and use it if found.
Suggested by thorpej
Reviewed by drochner
2005-07-20 17:38:13 +00:00
ross
6a10734347
Fix a couple of stack-smashing buffer overflows.
2005-07-20 17:22:45 +00:00
drochner
e7bf69a733
minor cleanup: some "const", global namespace sanity and fix a maclo name
2005-07-20 15:11:57 +00:00
nonaka
c678505909
Added i80219.
2005-07-20 14:38:11 +00:00
kleink
c8b35567f7
Merge tzdata2005k.
2005-07-20 13:43:34 +00:00
kleink
b26b9c7625
Import tzdata2005k.
2005-07-20 13:41:34 +00:00