aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove UAREA_PAGES.David Schultz2004-11-206-6/+0
| | | | | | | Reviewed by: arch@ Notes: svn path=/head/; revision=137914
* U areas are going away, so don't allocate them. It's worrisome thatDavid Schultz2004-11-202-6/+2
| | | | | | | | | | | mp_machdep.c was using UAREA_PAGES to allocate something that isn't a U area, and that there seems to be an implicit assumption that the PCB is just past the end of the kernel stack. Reviewed by: arch@ Notes: svn path=/head/; revision=137913
* U areas are going away, so don't allocate one for process 0.David Schultz2004-11-2011-53/+6
| | | | | | | Reviewed by: arch@ Notes: svn path=/head/; revision=137912
* Disable U area swapping and remove the routines that create, destroy,David Schultz2004-11-204-206/+0
| | | | | | | | | copy, and swap U areas. Reviewed by: arch@ Notes: svn path=/head/; revision=137910
* Malloc p_stats instead of putting it in the U area. We should considerDavid Schultz2004-11-203-12/+49
| | | | | | | | | simply embedding it in struct proc. Reviewed by: arch@ Notes: svn path=/head/; revision=137909
* In preparation to remove U areas, don't refer to p_uarea in libkvm.David Schultz2004-11-201-1/+1
| | | | | | | Reviewed by: arch@ Notes: svn path=/head/; revision=137907
* user.h is included only to get pcb.h, so use the latter directly instead.David Schultz2004-11-203-3/+2
| | | | Notes: svn path=/head/; revision=137906
* Bring signal(9) in sync with -current.Joseph Koshy2004-11-202-40/+56
| | | | | | | Reviewed by: ru (mdoc changes) Notes: svn path=/head/; revision=137905
* Increase cnt.v_syscall and cnt.v_trap when needed.Olivier Houchard2004-11-201-0/+3
| | | | Notes: svn path=/head/; revision=137903
* Do not emit a spurious warning when "directory" argumentRuslan Ermilov2004-11-201-1/+3
| | | | | | | to "rmdir -p" is absolute, with one or more leading slash. Notes: svn path=/head/; revision=137902
* Fixed "rmdir -p" that got broken by rev. 1.15.Ruslan Ermilov2004-11-201-6/+5
| | | | | | | (This also fixes "rmdir -v /nonexistent".) Notes: svn path=/head/; revision=137901
* Remove unused macro.Gleb Smirnoff2004-11-191-3/+0
| | | | | | | Approved by: julian (mentor) Notes: svn path=/head/; revision=137899
* Document NO_NIS variable.Bjoern A. Zeeb2004-11-191-1/+6
| | | | | | | | | Submitted by: Pawel Worach <pawel dot worach at telia dot com> Approved by: rwatson (mentor) MFC after: 1 week Notes: svn path=/head/; revision=137898
* Cancel pending timeout before scheduling a new one. This fixesGleb Smirnoff2004-11-191-0/+1
| | | | | | | | | item leak, I've introduced with previous change. Approved by: julian (mentor) Notes: svn path=/head/; revision=137897
* Correct typo. Return ENXIO instead of EIO.Maksim Yevmenkin2004-11-191-1/+1
| | | | Notes: svn path=/head/; revision=137896
* Man page for the HighPoint RocketRAID 182x driver.David E. O'Brien2004-11-192-0/+83
| | | | | | | Forgotten by: scottl Notes: svn path=/head/; revision=137895
* Revert part of rev 1.57. The tag boundary is honored by splitting theScott Long2004-11-191-9/+5
| | | | | | | segment, not by bouncing. Notes: svn path=/head/; revision=137894
* Revert part of rev 1.56. Tag boundaries are handled by splitting segments,Scott Long2004-11-191-9/+5
| | | | | | | not through bouncing. Notes: svn path=/head/; revision=137893
* Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456].David E. O'Brien2004-11-193-4/+4
| | | | Notes: svn path=/head/; revision=137892
* Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456].David E. O'Brien2004-11-191-1/+1
| | | | Notes: svn path=/head/; revision=137891
* Use statfs instead of getmntinfo(). This will make the procfs checksChristian S.J. Peron2004-11-191-9/+6
| | | | | | | | | | play nicer in prisons. It also simplifies things. Reviewed by: rwatson Bumped into by: Jilles Tjoelker Notes: svn path=/head/; revision=137890
* - Fix typo in portaudit reference.Simon L. B. Nielsen2004-11-191-2/+2
| | | | | | | | | | - Bump document date for last commit. Pointed out by: ceri, ru Pointy hat to: simon Notes: svn path=/head/; revision=137888
* Install the header for libmagic.David E. O'Brien2004-11-192-1/+2
| | | | | | | | PR: 73647 Submitted by: Uranus <uranus@it.muds.net> Notes: svn path=/head/; revision=137887
* Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456].David E. O'Brien2004-11-193-13/+13
| | | | | | | | PR: 73879 Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu> Notes: svn path=/head/; revision=137885
* Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456].David E. O'Brien2004-11-194-26/+26
| | | | | | | | PR: 73878 Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu> Notes: svn path=/head/; revision=137884
* Make logic more readable.David E. O'Brien2004-11-192-6/+6
| | | | Notes: svn path=/head/; revision=137883
* Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456].David E. O'Brien2004-11-197-21/+23
| | | | Notes: svn path=/head/; revision=137882
* Add the the Allied Telesyn AT-2700 familly.David E. O'Brien2004-11-191-0/+1
| | | | Notes: svn path=/head/; revision=137881
* Place function comment above the right function.Mark Santcroos2004-11-191-7/+7
| | | | Notes: svn path=/head/; revision=137879
* Remove ntp_gettime.c which was a wrapper around sysctlbyname(3).Mark Santcroos2004-11-182-54/+1
| | | | | | | | | | This is now a native system call. Reviewed by: imp, phk, njl, peter Approved by: njl Notes: svn path=/head/; revision=137878
* Rebuild from compat/freebsd32/syscalls.master:1.43Mark Santcroos2004-11-182-2/+2
| | | | | | | | Reviewed by: imp, phk, njl, peter Approved by: njl Notes: svn path=/head/; revision=137877
* 32-bit FreeBSD ABI compatibility stubs from syscalls.master:1.179Mark Santcroos2004-11-181-1/+1
| | | | | | | | Reviewed by: imp, phk, njl, peter Approved by: njl Notes: svn path=/head/; revision=137876
* Rebuild from syscalls.master:1.179Mark Santcroos2004-11-185-2/+8
| | | | | | | | Reviewed by: imp, phk, njl, peter Approved by: njl Notes: svn path=/head/; revision=137875
* Add ntp_gettime(2) system call.Mark Santcroos2004-11-181-1/+1
| | | | | | | | Reviewed by: imp, phk, njl, peter Approved by: njl Notes: svn path=/head/; revision=137874
* Add system call implementation of ntp_gettime(2).Mark Santcroos2004-11-181-18/+43
| | | | | | | | | | | Moved most of the work to ntp_gettime1(), which is now called by ntp_gettime() and ntp_sysctl(). Reviewed by: imp, phk, njl, peter Approved by: njl Notes: svn path=/head/; revision=137873
* Add a couple of summary paragraphs at the head of mbuf_tags(9) toRobert Watson2004-11-181-2/+29
| | | | | | | | | | | indicate how m_tags might be used, and what their high level properties are. This may help developers using tags get a more clear picture before delving into the technical details of ABI cookies and API calls. Suggested by: Rene de Vries <rene at canyon dot xs4all dot nl> Notes: svn path=/head/; revision=137872
* Add some useful target mode diagnostics for incoming commandsJustin T. Gibbs2004-11-181-7/+11
| | | | | | | under the AHC_SHOW_TQIN debug flag. Notes: svn path=/head/; revision=137871
* Revert to basing all timeout/timer values in ms rather than us. The switchJustin T. Gibbs2004-11-184-16/+26
| | | | | | | | | | | | to us was to help out the Linux port, but really just invited overflow. In fact, the request sense timer was overflowing prior to this change making it much shorter than intended. aic_osm_lib.h: Be more careful about overflow in all timer/timeout primitives. Notes: svn path=/head/; revision=137870
* - Document the DISABLE_VULNERABILITIES knob.Simon L. B. Nielsen2004-11-181-4/+6
| | | | | | | | | | - Don't say this manual page is too long, it's not that long. - s/man page/manual page/g MFC after: 3 days Notes: svn path=/head/; revision=137869
* Check in updated bthidd(8). This is still work in progress.Maksim Yevmenkin2004-11-189-48/+874
| | | | Notes: svn path=/head/; revision=137868
* Add dropped implementation of ioctl for fifos.Poul-Henning Kamp2004-11-181-1/+20
| | | | Notes: svn path=/head/; revision=137867
* Ok, first blunder: ioctls are not entirely unused on vnodes anymore :-)Poul-Henning Kamp2004-11-181-0/+3
| | | | | | | Add dropped call to VOP_IOCTL(). Notes: svn path=/head/; revision=137866
* -Add a note that currently two syntax styles for label element declarationChristian S.J. Peron2004-11-181-3/+16
| | | | | | | | | | | | is supported. -Document the new more preferred syntax -Add examples for the new syntax -Add a note that the old syntax will be deprecated in the future. Reviewed by: rwatson Notes: svn path=/head/; revision=137865
* Pass path to filesystem when mounting rootPoul-Henning Kamp2004-11-181-1/+1
| | | | Notes: svn path=/head/; revision=137863
* Make chrootdir global and use it in log messagesYaroslav Tykhiy2004-11-181-9/+4
| | | | | | | | | regarding restricted users. MFC after: 2 weeks Notes: svn path=/head/; revision=137862
* Nitpicking on style(9) and whitespace.Yaroslav Tykhiy2004-11-181-13/+13
| | | | | | | Tested with: md5(1) Notes: svn path=/head/; revision=137861
* - Since divert protocol is not connection oriented, remove SS_ISCONNECTED flagGleb Smirnoff2004-11-181-33/+0
| | | | | | | | | | | | | | | | from divert sockets. - Remove div_disconnect() method, since it shouldn't be called now. - Remove div_abort() method. It was never called directly, since protocol doesn't have listen queue. It was called only from div_disconnect(), which is removed now. Reviewed by: rwatson, maxim Approved by: julian (mentor) MT5 after: 1 week MT4 after: 1 month Notes: svn path=/head/; revision=137860
* Use __FBSDID.Yaroslav Tykhiy2004-11-184-8/+12
| | | | Notes: svn path=/head/; revision=137859
* s/priveleged/privileged/Gleb Smirnoff2004-11-181-1/+1
| | | | Notes: svn path=/head/; revision=137858
* Fix a minor comment typo: priveleged = privileged.Giorgos Keramidas2004-11-181-1/+1
| | | | Notes: svn path=/head/; revision=137857