Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-30 | Missing or incorrect header sizes bounds check; ``looks ok'' mickey@ | Miod Vallat | |
2005-03-12 | use own hpux_sigcode | Michael Shalayeff | |
2005-02-15 | Fix HPUX fcntl() F_GETLK compatibility. Broken since r1.10 by FREF/FRELE | Aaron Campbell | |
fixes. deraadt@ ok | |||
2004-09-28 | This compiles better with the correct contents. | Miod Vallat | |
2004-09-19 | regen | Michael Shalayeff | |
2004-09-19 | proper sigsetreturn() args | Michael Shalayeff | |
2004-09-19 | another long that is really u_int | Michael Shalayeff | |
2004-09-19 | const this speedtab too | Michael Shalayeff | |
2004-09-19 | ressurect hpux_sig.c and implement just the different parts in arch/hpux_sig2.c | Michael Shalayeff | |
2004-07-15 | regen | Michael Shalayeff | |
2004-07-15 | +setdomain,getdirentries | Michael Shalayeff | |
2004-07-14 | regen | Michael Shalayeff | |
2004-07-14 | +set/getpriority | Michael Shalayeff | |
2004-07-13 | regen | Michael Shalayeff | |
2004-07-13 | +madvise,msync,mlock,munlock,mlockall,munlockall | Michael Shalayeff | |
2004-07-13 | regen | Michael Shalayeff | |
2004-07-13 | +getdomainname | Michael Shalayeff | |
2004-07-11 | typedef hpux_stack_t kinda like stack_t | Michael Shalayeff | |
2004-07-11 | get rid of [u]longs in hpux_stat that are really [u]ints and define stat64 ↵ | Michael Shalayeff | |
struct w/ [u]quad ino_t time_t and off_t; millert@ ok | |||
2004-07-11 | move struct hpux_sigaltstack out into .h file as i just figured out it is ↵ | Michael Shalayeff | |
needed elsewhere too | |||
2004-07-11 | regen | Michael Shalayeff | |
2004-07-11 | sigaltstack wrapper | Michael Shalayeff | |
2004-07-10 | regen | Michael Shalayeff | |
2004-07-10 | enable stty/gtty on hppa as well | Michael Shalayeff | |
2004-07-10 | add back in piece required for m68k | Theo de Raadt | |
2004-07-09 | regen | Michael Shalayeff | |
2004-07-09 | feh. hppa part. some unfinished and untested | Michael Shalayeff | |
2004-07-09 | regen | Michael Shalayeff | |
2004-07-09 | split off the m68k-specific parts | Michael Shalayeff | |
2004-07-01 | add HPUX_SYSCONF_CPUPA20 | Michael Shalayeff | |
2004-06-30 | regen | Michael Shalayeff | |
2004-06-30 | update from netbsd: use sys_poll() and label some other unimplemented ones; ↵ | Michael Shalayeff | |
millert@ ok | |||
2004-06-24 | This moves access to wall and uptime variables in MI code, | Thorsten Lockert | |
encapsulating all such access into wall-defined functions that makes sure locking is done as needed. It also cleans up some uses of wall time vs. uptime some places, but there is sure to be more of these needed as well, particularily in MD code. Also, many current calls to microtime() should probably be changed to getmicrotime(), or to the {,get}microuptime() versions. ok art@ deraadt@ aaron@ matthieu@ beck@ sturm@ millert@ others "Oh, that is not your problem!" from miod@ | |||
2004-06-22 | Replace a whole bunch of scary uses of strncpy() with strlcpy() and | Jean-Francois Brousseau | |
use compat-specific MAXNAMLEN values where appropriate ok millert@, pedro@ | |||
2004-06-21 | First step towards more sane time handling in the kernel -- this changes | Thorsten Lockert | |
things such that code that only need a second-resolution uptime or wall time, and used to get that from time.tv_secs or mono_time.tv_secs now get this from separate time_t globals time_second and time_uptime. ok art@ niklas@ nordin@ | |||
2003-12-19 | Make sure hpux fcntl() operates on the proper file. | Miod Vallat | |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst | |
argument. old cred only calls user suser_ucred. this will allow future work to more flexibly implement the idea of a root process. looks like something i saw in freebsd, but a little different. use of suser_ucred vs suser in file system code should be looked at again, for the moment semantics remain unchanged. review and input from art@ testing and further review miod@ | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-01-09 | Remove fetch(9) and store(9) functions from the kernel, and replace the few | Miod Vallat | |
remaining instances of them with appropriate copy(9) usage. ok art@, tested on all arches unless my memory is non-ECC | |||
2002-12-10 | Config.new is so old its frozen now, no need to mention it. | Miod Vallat | |
2002-10-30 | regen | Todd C. Miller | |
2002-10-30 | Now that we have [gs]etres[ug]id() as a native system call, use it | Todd C. Miller | |
for HP-UX, FreeBSD, and Linux emulations. Note that Linux has two versions of these system calls. One for 16bit uids and another for 32bit uids. | |||
2002-08-23 | Just like getvnode, make getsock FREF the file so that we can't get away | Artur Grabowski | |
with not refing it. Eyeballed by lurene@daemonkitty.net, fries@, nordin@ and fries@ Some additional cleanups by nordin@ | |||
2002-08-02 | More possible int overflows found by Silvio Cesare. | Todd C. Miller | |
ibcs2_stat.c one OK by provos@ | |||
2002-03-14 | remove ambiguity in version,ostype,osversion,osrelease and their constanity, ↵ | Michael Shalayeff | |
they are and declarre 'em accordingly also removing private externies of those | |||
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2002-03-14 | Regen after syscall changes (option PTRACE) | Miod Vallat | |
2002-03-14 | Turn the ptrace(2) syscall into a kernel compile option, option PTRACE in | Miod Vallat | |
your kernel configuration file. By default, GENERIC will enable this. When PTRACE is not enabled, several ptrace-like features of the procfs filesystem will be disabled as well (namely, the ability to read and write any process' registers, as well as attching, single stepping and detaching to/from processes). This should help paranoid people build better sandboxens, and us to build smaller ramdisks. | |||
2002-02-16 | Make this compile. | Miod Vallat | |
2002-02-14 | More FREF/FRELE fixes | Peter Valchev | |