| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
to work.
Notes:
svn path=/head/; revision=12264
|
|
|
|
| |
Notes:
svn path=/head/; revision=12263
|
|
|
|
|
|
|
| |
2) Clean up the Makefile - libgmp is coming!
Notes:
svn path=/head/; revision=12262
|
|
|
|
| |
Notes:
svn path=/head/; revision=12261
|
|
|
|
|
|
|
| |
There are still some gray areas here and there.
Notes:
svn path=/head/; revision=12260
|
|
|
|
| |
Notes:
svn path=/head/; revision=12259
|
|
|
|
|
|
|
| |
VM map functions.
Notes:
svn path=/head/; revision=12258
|
|
|
|
| |
Notes:
svn path=/head/; revision=12257
|
|
|
|
| |
Notes:
svn path=/head/; revision=12256
|
|
|
|
| |
Notes:
svn path=/head/; revision=12255
|
|
|
|
|
|
|
|
|
|
| |
Fixed the type of pcic_unload().
Replaced nosys() by lkm_nullcmd() in pcic_mod() and in a misplaced
comment about the lkm interface.
Notes:
svn path=/head/; revision=12254
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Is there anyone who could give me an account on a faster-than-20-bytes-per
second line to the US (not EBONE) ? I'm having too many problems connecting
to freefall to do commits... It would be better if it could be a ssh-protected
account, that would give a strong authentication.
The RENATER line (and thus EBONE) is almost dead for remote login after
10AM european time... :-(
Thanks in advance.
Notes:
svn path=/head/; revision=12253
|
|
|
|
|
|
|
| |
Fixed confusing order of declarations of getvnode()'s args.
Notes:
svn path=/head/; revision=12252
|
|
|
|
| |
Notes:
svn path=/head/; revision=12251
|
|
|
|
|
|
|
|
| |
functions instead of skipping the call if the function is nosys().
nosys() returned the wrong value as well as having the wrong type.
Notes:
svn path=/head/; revision=12250
|
|
|
|
| |
Notes:
svn path=/head/; revision=12248
|
|
|
|
| |
Notes:
svn path=/head/; revision=12245
|
|
|
|
| |
Notes:
svn path=/head/; revision=12244
|
|
|
|
|
|
|
|
|
|
|
| |
much as I'd like to, but the malloc stunt I tried for an interim for
sure does worse.
Now we can read and write from any kind of address-space, not only
user and kernel, using callbacks.
This may be over-generalization for now, but it's actually simpler.
Notes:
svn path=/head/; revision=12243
|
|
|
|
| |
Notes:
svn path=/head/; revision=12242
|
|
|
|
| |
Notes:
svn path=/head/; revision=12241
|
|
|
|
|
|
|
|
| |
process - which would be no longer allowed if the setlogin() changes go
through. Now the parent (the session leader, when started by inetd) does it.
Notes:
svn path=/head/; revision=12240
|
|
|
|
|
|
|
|
|
| |
the scancodes on a PCVT machine to be used as stochastic input as well
as SysCons..
Reviewed by: Joerg Wunsch
Notes:
svn path=/head/; revision=12239
|
|
|
|
| |
Notes:
svn path=/head/; revision=12238
|
|
|
|
|
|
|
| |
as is now feasable.
Notes:
svn path=/head/; revision=12237
|
|
|
|
|
|
|
|
| |
done by Bill Paul) and various other BSD programs.
Obtained from:FSF
Notes:
svn path=/vendor/misc-GNU/dist2/; revision=12234
|
|
|
|
| |
Notes:
svn path=/head/; revision=12233
|
|
|
|
| |
Notes:
svn path=/head/; revision=12232
|
|
|
|
|
|
|
|
|
| |
returns are provided.
Obtained from: 4.4BSD-Lite2
Notes:
svn path=/head/; revision=12230
|
|
|
|
|
|
|
|
|
| |
The fix for this in Lite-2 is more complete, but these quick hacks of mine
are safer for now. I plan to integrate the additional Lite-2 stuff at some
later time. Should completely fix PR810.
Notes:
svn path=/head/; revision=12228
|
|
|
|
|
|
|
|
|
|
|
| |
This closes a probably rare but nonetheless real window that would result
in a process hanging or the system panicing.
Reviewed by: dyson, davidg
Submitted by: kato@eclogite.eps.nagoya-u.ac.jp (KATO Takenori)
Notes:
svn path=/head/; revision=12226
|
|
|
|
|
|
|
|
| |
Incorporate some dependancy fixes from John Hay
Submitted by: jkh, John Hay<jhay@mikom.csir.co.za>
Notes:
svn path=/head/; revision=12225
|
|
|
|
|
|
|
| |
Don't clobber mediaDevice if post-configuring networking from CDROM.
Notes:
svn path=/head/; revision=12224
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Included <sys/sysproto.h> to get central declarations for syscall args
structs and prototypes for syscalls.
Ifdefed duplicated decentralized declarations of args structs. It's
convenient to have this visible but they are hard to maintain. Some
are already different from the central declarations. 4.4lite2 puts
them in comments in the function headers but I wanted to avoid the
large changes for that.
Notes:
svn path=/head/; revision=12223
|
|
|
|
|
|
|
|
| |
Negative name lengths for getdomainname() and setdomainname() were
converted to large positive ones by misdeclaring the args struct.
Notes:
svn path=/head/; revision=12222
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
structs and prototypes for syscalls.
Ifdefed duplicated decentralized declarations of args structs. It's
convenient to have this visible but they are hard to maintain. Some
are already different from the central declarations. 4.4lite2 puts
them in comments in the function headers but I wanted to avoid the
large changes for that.
Notes:
svn path=/head/; revision=12221
|
|
|
|
|
|
|
|
| |
Submitted by:
Obtained from:
Notes:
svn path=/head/; revision=12220
|
|
|
|
| |
Notes:
svn path=/head/; revision=12219
|
|
|
|
|
|
|
| |
struct to the standard bogus fcntl args struct.
Notes:
svn path=/head/; revision=12218
|
|
|
|
| |
Notes:
svn path=/head/; revision=12217
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
NetBSD interface.
Increased the bogusness of the args list for mmap(). The args lists for
most of the memory mapping functions are bogus. The args lists in
syscalls.master are a little better than the ones in the args structs
currently being used, but the improvement for mmap() changed the object
code and I don't want to worry about that now.
Increased the bogusness of the args list for fcntl. BSD4.4lite2/NetBSD
uses `void *' instead of int for the third arg. This has the advantage
of working when `void *'s are longer than ints, but requires extra bogus
casts that I hope to avoid.
Fixed the args list for uname. `struct outsname' seems to be a typo,
not an old interface.
Added comments about bogus args lists for open, mount, msync, munmap,
mprotect, madvise, mincore, fcntl, semsys, msgsys and shmsys.
Notes:
svn path=/head/; revision=12216
|
|
|
|
| |
Notes:
svn path=/head/; revision=12214
|
|
|
|
| |
Notes:
svn path=/head/; revision=12213
|
|
|
|
| |
Notes:
svn path=/head/; revision=12210
|
|
|
|
|
|
|
| |
to writing help files.. :)
Notes:
svn path=/head/; revision=12209
|
|
|
|
|
|
|
| |
machine-generated one in <sys/sysproto.h>.
Notes:
svn path=/head/; revision=12208
|
|
|
|
| |
Notes:
svn path=/head/; revision=12207
|
|
|
|
|
|
|
| |
the (better) machine generated one in <sys/sysproto.h>.
Notes:
svn path=/head/; revision=12206
|
|
|
|
|
|
|
| |
Changed `#if defined()' back to `#ifdef' to finish removing COMPAT_IBCS2.
Notes:
svn path=/head/; revision=12205
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- collapsed #if-#elses that became null.
- removed dead comments.
Moved #defines that always have the same value to the tables.
Collapsed more #if-#elses that became null. None are left.
Removed repetitive comments.
Notes:
svn path=/head/; revision=12204
|