Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-10 | Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGET | Todd C. Miller | |
ioctl(2), an unprivileged process may allocate a pty and have its owner and mode set appropriately. This means that programs such as xterm and screen no longer need to be setuid. Programs using the openpty() function require zero changes and will "just work". Designed by beck@ and deraadt@; changes by beck@ with cleanup (and a rewrite of the vnode bits) by art@ and tweaks/bugfixes by me. Tested by many. | |||
2004-02-08 | restored & repaired wcookie support; kettenis@chello.nl | Theo de Raadt | |
2004-02-01 | Trivial touches to compile with gcc 3. | Miod Vallat | |
2004-01-27 | enable bpp for sun4m too; jason@ ok | Michael Shalayeff | |
2004-01-20 | do not put INET6 here, we want bsd.rd that fits | Theo de Raadt | |
2004-01-15 | instuction -> instruction | Miod Vallat | |
2004-01-12 | typos from Jared Yanovich; | Jason McIntyre | |
2004-01-04 | put INET6, rtsol, and ping6 onto media where it fits. install.sub changes | Theo de Raadt | |
which begin to enable use of this will follow at a later time. | |||
2004-01-03 | put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros | Marc Espie | |
to built-ins, so eventually we will have one version of these files. Special adjustments for the kernel to cope: machine/stdarg.h -> sys/stdarg.h and machine/ansi.h needs to have a _BSD_VA_LIST_ for syslog* prototypes. okay millert@, drahn@, miod@. | |||
2003-12-20 | Pass -Wformat. | Miod Vallat | |
2003-12-18 | oops; pointed out by bruno | Theo de Raadt | |
2003-12-17 | attempt to power down voyager (untested); miod ok | Theo de Raadt | |
2003-12-17 | remove unneeded bits introduced in previous commit | Todd C. Miller | |
2003-12-17 | Simply include the main libz Makefile instead of trying to roll our own. | Todd C. Miller | |
2003-11-20 | Add -fno-builtin-print -fno-builtin-log to i386/sparc/sparc64/hppa. | Marc Espie | |
No confirmed report of `this work' for other arches yet... | |||
2003-11-14 | the the; rohee@ | Miod Vallat | |
2003-11-07 | adress -> address, and a few more; all from Jonathon Gray; | Jason McIntyre | |
(mvme68k/mvme88k) vs.c and (vax) if_le.c ok miod@ isakmpd ones ok ho@ | |||
2003-11-06 | move netisr definition into md code to allow arch provide suitable ↵ | Michael Shalayeff | |
allocation; tested on most archs | |||
2003-11-03 | spelling fixes (in the comments) | David Krause | |
2003-10-05 | If attaching a wsdisplay console causes a font switch, do not update the PROM | Miod Vallat | |
view of the cursor position, so that it comes back to a correct location when the system is shut down. | |||
2003-10-03 | Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for | Miod Vallat | |
separate tty registering is gone now that sparc has switched to wscons, and this makes the code less error-prone. Also, remove tests for ttymalloc() failure, since it uses M_WAITOK. ok millert@ deraadt@, tested by various people as well besides me... | |||
2003-09-29 | avaliable -> available | Miod Vallat | |
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller | |
now call the poll backend. With this change we implement greater poll(2) functionality instead of emulating it via the select backend. Adapted from NetBSD and including some changes from FreeBSD. Tested by many, deraadt@ OK | |||
2003-08-25 | rename struct dinode to ufs1_dinode. clears the namespace and makes | Ted Unangst | |
way for some future work. no function changes yet. help testing otto@ and markus@ | |||
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-08-14 | partial proto repairs | Theo de Raadt | |
2003-08-11 | better cleaning | Theo de Raadt | |
2003-08-01 | The Vigra VS10-EK is recognized as a cgthree clone, but due to its utterly | Miod Vallat | |
ridiculous resolution, we need to plug the "clear the screen and switch font" trick here too. [Thanks to Andrey Smagin for providing a card for testing] | |||
2003-07-22 | Fix .depend generation for assym.h. Resolves PR 1154. | Otto Moerbeek | |
ok deraadt@ | |||
2003-07-19 | don't specify the leading "/" in MANSUBDIR (otherwise "//" occurs) | David Krause | |
ok millert@ | |||
2003-07-16 | sun disklabels need updating too. frag size -> 2048. | Ted Unangst | |
pointed out by deraadt@ | |||
2003-07-16 | Add support for unbuffered SBus LANCE devices. jason@ and deraadt@ OK | Todd C. Miller | |
2003-07-14 | i_loadstore is missing the rs1 decode which shifts the i_i bits and i_simm13 | Jason Wright | |
left 5 bits. Luckily this isn't used except for debug code. | |||
2003-07-08 | add ep@pcmcia and phys, commented out an and com | Michael Shalayeff | |
2003-07-08 | BUS_SPACE_BARRIER_{READ,WRITE} are needed for some drivers -- fake | Michael Shalayeff | |
2003-07-02 | fix tslot issues (need level-triggered interrupts); from miod | Todd T. Fries | |
2003-06-28 | back out that which does not compile | Theo de Raadt | |
2003-06-28 | grr... committed previous from the wrong tree... fixed version, which also | Jason Wright | |
adds alaw:8 support. | |||
2003-06-28 | add emulations for slinear:8 and ulinear:8; ok miod | Jason Wright | |
2003-06-28 | Sync sparc fb API with the sparc64 changes (fbwscons_init takes flags, and | Miod Vallat | |
the sunfb structure keeps pointer to the prom cursor coordinates). | |||
2003-06-28 | Be more careful when processing interrupts - the TS102 queues them, and we | Miod Vallat | |
might get fed an interrupt for a particular condition at a time we are not expecting this condition anymore... | |||
2003-06-28 | Be prepared to the fact that the user may unplug a card before it was | Miod Vallat | |
fully initialized. | |||
2003-06-28 | Add a macro to encode (x,y) coordinates. | Miod Vallat | |
Use ZX_EXTENT_DIR_* constants for fill commands, rather than hard-coded values. Provide a RI_FULLCLEAR version of eraserows(). | |||
2003-06-28 | Add RI_FULLCLEAR to the rasops flags. Accelerated drivers (cgsix, creator, | Miod Vallat | |
pnozz) benefit from this, and this does not hurt the other drivers. | |||
2003-06-28 | Clear screen after smitching to the wsfont, on low-resolution cgsix. | Miod Vallat | |
This is only necessary on the RDI Britelite laptops. Reported by Paul Weissmann. | |||
2003-06-28 | A better reset sequence; also, probe slots immediately rather than waiting | Miod Vallat | |
for the worker thread to be set up. | |||
2003-06-25 | We want address incrementation disabled, so correctly ask for it... | Miod Vallat | |
2003-06-25 | Oops, put back iot/memt affectations in io_alloc/mem_alloc; spotted by todd@ | Miod Vallat | |
2003-06-25 | Recent bus_space changes make ne at pcmcia work out of the box, | Miod Vallat | |
tested by pb@ | |||
2003-06-25 | Extend the sparc bus_space_tag_t to store access endianness in it, and | Miod Vallat | |
adapt all bus_space functions to do proper endianness conversion whenever necessary, except for the raw ones. This allows us to remove the forced endianness conversions in if_wi. with help from and ok mickey@ |