artulab
projects
/
openbsd
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
openbsd
1996-03-27
niklas
From NetBSD: merge of 960317
commit
|
commitdiff
|
tree
|
snapshot
1996-03-26
niklas
Revert last change which lost the functionality introdu...
commit
|
commitdiff
|
tree
|
snapshot
1996-03-26
mickey
Somehow happened to coexist two versions of this in...
commit
|
commitdiff
|
tree
|
snapshot
1996-03-26
mickey
From NetBSD: vnode_if.[ch] made machine independent.
commit
|
commitdiff
|
tree
|
snapshot
1996-03-26
niklas
Make "make obj" work, make builds to obj directories...
commit
|
commitdiff
|
tree
|
snapshot
1996-03-25
niklas
Fixup /usr/include/g++ hierarchy specification
commit
|
commitdiff
|
tree
|
snapshot
1996-03-25
tholo
Add support for building lint(1) library
commit
|
commitdiff
|
tree
|
snapshot
1996-03-25
tholo
Make a proper lvalue in INC
commit
|
commitdiff
|
tree
|
snapshot
1996-03-25
tholo
Add const qualifier to match prototype
commit
|
commitdiff
|
tree
|
snapshot
1996-03-25
tholo
Protect use of long long with /* LONGLONG */
commit
|
commitdiff
|
tree
|
snapshot
1996-03-25
tholo
Use __asm, not asm
commit
|
commitdiff
|
tree
|
snapshot
1996-03-25
tholo
Prototype __syscall() correctly
commit
|
commitdiff
|
tree
|
snapshot
1996-03-25
tholo
Cannot do operations on a void pointer
commit
|
commitdiff
|
tree
|
snapshot
1996-03-25
tholo
Update prototypes to match declarations
commit
|
commitdiff
|
tree
|
snapshot
1996-03-25
tholo
Add prototypes for internal functions
commit
|
commitdiff
|
tree
|
snapshot
1996-03-25
tholo
Protect internal mcount symbol from lint(1)
commit
|
commitdiff
|
tree
|
snapshot
1996-03-25
tholo
Pull in prototypes
commit
|
commitdiff
|
tree
|
snapshot
1996-03-25
tholo
Pull in more prototypes
commit
|
commitdiff
|
tree
|
snapshot
1996-03-25
tholo
Pull prototypes into scope
commit
|
commitdiff
|
tree
|
snapshot
1996-03-25
tholo
Prototype internal functions
commit
|
commitdiff
|
tree
|
snapshot
1996-03-25
tholo
initgroups(3) 2nd argument should be gid_t
commit
|
commitdiff
|
tree
|
snapshot
1996-03-25
tholo
Cast negative args to their unsigned type
commit
|
commitdiff
|
tree
|
snapshot
1996-03-25
tholo
Use correct prototype in the presense of __STDC__
commit
|
commitdiff
|
tree
|
snapshot
1996-03-25
tholo
Add prototypes for internal functions
commit
|
commitdiff
|
tree
|
snapshot
1996-03-25
tholo
Minor cleanup
commit
|
commitdiff
|
tree
|
snapshot
1996-03-25
tholo
Add prototypes for local functions, add const qualifier...
commit
|
commitdiff
|
tree
|
snapshot
1996-03-25
mickey
Changed according to the kernel.
commit
|
commitdiff
|
tree
|
snapshot
1996-03-25
mickey
Fixed bug while copying args in mount that may cause...
commit
|
commitdiff
|
tree
|
snapshot
1996-03-25
niklas
From NetBSD: merge of 960317
commit
|
commitdiff
|
tree
|
snapshot
1996-03-25
tholo
Somewhat better support for building lint library
commit
|
commitdiff
|
tree
|
snapshot
1996-03-24
tholo
Move thread prototypes back to <sys/proc.h>
commit
|
commitdiff
|
tree
|
snapshot
1996-03-24
tholo
Move thread prototypes to <vm/vm_param.h> for consisten...
commit
|
commitdiff
|
tree
|
snapshot
1996-03-24
niklas
The delay functions takes unsigned arguments.
commit
|
commitdiff
|
tree
|
snapshot
1996-03-24
niklas
Actually make CLKF_BASEPRI do what it's supposed to do.
commit
|
commitdiff
|
tree
|
snapshot
1996-03-24
niklas
Use IPL_ constants instead of numeric values. Get...
commit
|
commitdiff
|
tree
|
snapshot
1996-03-24
tholo
Prefix "long long" with "/* LONGLONG */" to shut up...
commit
|
commitdiff
|
tree
|
snapshot
1996-03-24
tholo
iprint is used without DEBUG too
commit
|
commitdiff
|
tree
|
snapshot
1996-03-24
tholo
Add kern/kern_thread.c
commit
|
commitdiff
|
tree
|
snapshot
1996-03-24
tholo
Add prototype for mincore(2)
commit
|
commitdiff
|
tree
|
snapshot
1996-03-24
tholo
Our lint(1) understands __const, __inline, __signed...
commit
|
commitdiff
|
tree
|
snapshot
1996-03-24
tholo
Prefix usage of "long long" with a "/* LONGLONG */...
commit
|
commitdiff
|
tree
|
snapshot
1996-03-24
tholo
Use __asm in place of asm
commit
|
commitdiff
|
tree
|
snapshot
1996-03-24
tholo
Provide empty __warn_references() when we are not runni...
commit
|
commitdiff
|
tree
|
snapshot
1996-03-24
niklas
UGLY, UGLY hack to force config create a pcmciabus...
commit
|
commitdiff
|
tree
|
snapshot
1996-03-24
tholo
Do not define __indr_reference when running lint(1)
commit
|
commitdiff
|
tree
|
snapshot
1996-03-24
niklas
Style police
commit
|
commitdiff
|
tree
|
snapshot
1996-03-24
niklas
From NetBSD: Add clobbers missing in asm statements
commit
|
commitdiff
|
tree
|
snapshot
1996-03-23
tholo
Moved boolean_t back to vm_param.h; not protected by...
commit
|
commitdiff
|
tree
|
snapshot
1996-03-23
tholo
Use __inline, not inline
commit
|
commitdiff
|
tree
|
snapshot
1996-03-22
tholo
Fix previous changes; accept and forward a device name...
commit
|
commitdiff
|
tree
|
snapshot
1996-03-22
tholo
Fix previous changes; we actually take a device name...
commit
|
commitdiff
|
tree
|
snapshot
1996-03-22
tholo
sethostid() actually do return a value
commit
|
commitdiff
|
tree
|
snapshot
1996-03-22
tholo
sethostid() is documented and has historically returned...
commit
|
commitdiff
|
tree
|
snapshot
1996-03-21
niklas
From NetBSD: Merge of 960317
commit
|
commitdiff
|
tree
|
snapshot
1996-03-21
niklas
From NetBSD: eliminate setjmp.h
commit
|
commitdiff
|
tree
|
snapshot
1996-03-21
niklas
From NetBSD: eliminate setjmp.h
commit
|
commitdiff
|
tree
|
snapshot
1996-03-21
niklas
From NetBSD: Remove ns_cksum.c (now in sys/conf/files)
commit
|
commitdiff
|
tree
|
snapshot
1996-03-20
hvozda
We moved away from NetBSD+OpenBSD long ago; / really...
commit
|
commitdiff
|
tree
|
snapshot
1996-03-20
mickey
Fix back wrong patches.
commit
|
commitdiff
|
tree
|
snapshot
1996-03-20
mickey
Fix back wrong patches.
commit
|
commitdiff
|
tree
|
snapshot
1996-03-20
mickey
Fix back wrong patches.
commit
|
commitdiff
|
tree
|
snapshot
1996-03-19
niklas
Fix RCS Id botch in last change
commit
|
commitdiff
|
tree
|
snapshot
1996-03-19
niklas
From NetBSD: merge of 960317
commit
|
commitdiff
|
tree
|
snapshot
1996-03-19
mickey
Merging w/ NetBSD 021796.
commit
|
commitdiff
|
tree
|
snapshot
1996-03-19
mickey
Missed from last import.
commit
|
commitdiff
|
tree
|
snapshot
1996-03-19
niklas
SIOCAIFCONF -> SIOCAIFADDR
commit
|
commitdiff
|
tree
|
snapshot
1996-03-18
niklas
From NetBSD: Add prototype for sigaltstack; from John...
commit
|
commitdiff
|
tree
|
snapshot
1996-03-18
niklas
From NetBSD: a a => a (close pr 2204 by Simon Burge...
commit
|
commitdiff
|
tree
|
snapshot
1996-03-16
etheisen
Link in libstdc++ now that libg++ 2.7.1 is in the tree.
commit
|
commitdiff
|
tree
|
snapshot
1996-03-16
etheisen
Workaround for testing of Makefile.bsd-wrapper encounte...
commit
|
commitdiff
|
tree
|
snapshot
1996-03-16
etheisen
Allow native BSD build of libg++ 2.7.1. This is a...
commit
|
commitdiff
|
tree
|
snapshot
1996-03-16
etheisen
Allow standard GNU build with openbsd.
commit
|
commitdiff
|
tree
|
snapshot
1996-03-15
niklas
Reinstate dead COPYING for libg++ 2.7.1
commit
|
commitdiff
|
tree
|
snapshot
1996-03-15
niklas
Import of GNU libg++ 2.7.1 port (prepared by Erik Theisen)
commit
|
commitdiff
|
tree
|
snapshot
1996-03-15
tholo
Fix bogosity in import of Lite2 fix
commit
|
commitdiff
|
tree
|
snapshot
1996-03-15
etheisen
Removed for 2.7.1 import.
commit
|
commitdiff
|
tree
|
snapshot
1996-03-14
tholo
From Lite2; mark terminal devices as exclusively opened...
commit
|
commitdiff
|
tree
|
snapshot
1996-03-14
tholo
From Lite2; only try to match a destination address...
commit
|
commitdiff
|
tree
|
snapshot
1996-03-14
tholo
From Lite2; improve handling of socket options on raw...
commit
|
commitdiff
|
tree
|
snapshot
1996-03-14
tholo
From Lite2; fix mbuf leak
commit
|
commitdiff
|
tree
|
snapshot
1996-03-14
tholo
From Lite2; skip slow start calculation if socket state...
commit
|
commitdiff
|
tree
|
snapshot
1996-03-14
tholo
Fix from Lite2
commit
|
commitdiff
|
tree
|
snapshot
1996-03-14
tholo
From Lite2; we should fail a malloc, not block waiting...
commit
|
commitdiff
|
tree
|
snapshot
1996-03-11
mickey
New pages for VM interface.
commit
|
commitdiff
|
tree
|
snapshot
1996-03-11
mickey
Debbuger changed towards the latest Mach.
commit
|
commitdiff
|
tree
|
snapshot
1996-03-09
dm
sendmail 8.7.5
commit
|
commitdiff
|
tree
|
snapshot
1996-03-09
dm
restored IP filtering
commit
|
commitdiff
|
tree
|
snapshot
1996-03-09
niklas
Add OpenBSD configuration (clone NetBSD entries)
commit
|
commitdiff
|
tree
|
snapshot
1996-03-09
tholo
Attempt to get the canonical name of a host before...
commit
|
commitdiff
|
tree
|
snapshot
1996-03-09
niklas
Make building with ${HOSTCC} work in obj-dirs
commit
|
commitdiff
|
tree
|
snapshot
1996-03-09
niklas
From NetBSD: 960217 merge
commit
|
commitdiff
|
tree
|
snapshot
1996-03-09
niklas
Rudimentary support for compilation in a cross environment
commit
|
commitdiff
|
tree
|
snapshot
1996-03-09
niklas
-f state was negated in remote operation
commit
|
commitdiff
|
tree
|
snapshot
1996-03-08
mickey
From NetBSD:
commit
|
commitdiff
|
tree
|
snapshot
1996-03-08
niklas
From NetBSD:
commit
|
commitdiff
|
tree
|
snapshot
1996-03-08
niklas
From NetBSD:
commit
|
commitdiff
|
tree
|
snapshot
1996-03-08
niklas
From NetBSD:
commit
|
commitdiff
|
tree
|
snapshot
1996-03-08
niklas
From NetBSD: merge of 960217
commit
|
commitdiff
|
tree
|
snapshot
1996-03-06
david
rm '-f' config.cache
commit
|
commitdiff
|
tree
|
snapshot
1996-03-05
mickey
Changes according to the /sys/netinet/tcp_var.h changes.
commit
|
commitdiff
|
tree
|
snapshot
next